| Index: base/time/time_mac.cc
|
| diff --git a/base/time/time_mac.cc b/base/time/time_mac.cc
|
| index da46aa7ee51c6b46a73478c1835003798ba988f9..d5b6a002fbf8002766dbfa10e2e823ac77db8026 100644
|
| --- a/base/time/time_mac.cc
|
| +++ b/base/time/time_mac.cc
|
| @@ -85,8 +85,6 @@ namespace base {
|
| // irb(main):011:0> Time.at(-11644473600).getutc()
|
| // => Mon Jan 01 00:00:00 UTC 1601
|
| static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
|
| -static const int64 kWindowsEpochDeltaMilliseconds =
|
| - kWindowsEpochDeltaSeconds * Time::kMillisecondsPerSecond;
|
|
|
| // static
|
| const int64 Time::kWindowsEpochDeltaMicroseconds =
|
|
|