Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: base/basictypes.h

Issue 1498003003: Remove kint64max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: INT64_MAX Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/basictypes.h
diff --git a/base/basictypes.h b/base/basictypes.h
index e39e29fb3e38b953fc3d8339fa66ce54dbd84935..21d98a29fd80a721a16f952d81374b86544d4c5a 100644
--- a/base/basictypes.h
+++ b/base/basictypes.h
@@ -28,6 +28,5 @@ typedef uint64_t uint64;
// http://crbug.com/138542
const uint64 kuint64max = 0xFFFFFFFFFFFFFFFFULL;
const int32 kint32max = 0x7FFFFFFF;
-const int64 kint64max = 0x7FFFFFFFFFFFFFFFLL;
#endif // BASE_BASICTYPES_H_
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698