Chromium Code Reviews| Index: base/time/time.cc |
| diff --git a/base/time/time.cc b/base/time/time.cc |
| index 3670f5575891f6eb3ffda7774a51406245f27a65..68408d3daf4eabec5ce4d4fbe218995ed7fcc985 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. |