Index: base/time/time.cc |
diff --git a/base/time/time.cc b/base/time/time.cc |
index 4e942015fcf578015138c7a824ea65ac6b416b8c..43347b21103c5099e4f2065e184077f4612906e8 100644 |
--- a/base/time/time.cc |
+++ b/base/time/time.cc |
@@ -21,11 +21,6 @@ namespace base { |
// TimeDelta ------------------------------------------------------------------ |
-// static |
-TimeDelta TimeDelta::Max() { |
- return TimeDelta(std::numeric_limits<int64_t>::max()); |
-} |
- |
int TimeDelta::InDays() const { |
if (is_max()) { |
// Preserve max to prevent overflow. |