summaryrefslogtreecommitdiffstats
path: root/base/basictypes.h
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 21:05:06 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-07 21:05:06 +0000
commit2fee9acb2690fd31ebc42118bf79d067848d76b9 (patch)
tree3f1176cbe612f20ccc666818a3d210c33b1a2743 /base/basictypes.h
parent10ddd7695814705c3b35d07c8fa20fcfb80a02f6 (diff)
downloadchromium_src-2fee9acb2690fd31ebc42118bf79d067848d76b9.zip
chromium_src-2fee9acb2690fd31ebc42118bf79d067848d76b9.tar.gz
chromium_src-2fee9acb2690fd31ebc42118bf79d067848d76b9.tar.bz2
Removing unnecessary information; it's not clarifying things.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/basictypes.h')
-rw-r--r--base/basictypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/basictypes.h b/base/basictypes.h
index 75ff7e5..26b4c3d 100644
--- a/base/basictypes.h
+++ b/base/basictypes.h
@@ -330,9 +330,6 @@ enum { MLOCK_ALL = -1, MLOCK_NONE = 0 };
// If pos is large enough, "pos + N" may overflow. For example,
// pos==0xfffff000 and N==1MB.
//
-// This often happens on Nacona's in 32-bit mode, because the
-// main thread's stack is put very close to address 0xffffffff.
-//
// PointerRangeSize(a,b) returns the size of the range [a,b-1]
inline size_t PointerRangeSize(const char* start, const char* end) {
assert(start <= end);