| Index: base/time/time.cc
|
| diff --git a/base/time/time.cc b/base/time/time.cc
|
| index ba129954235f2c82db3f67ea4816540d87783ce8..7938f0bab0043e7c52bf79ab8f68968d7c69696a 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.
|
|
|