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