Index: base/time/time_posix.cc |
diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc |
index 39958f7a4c9ca82848c834a22398b8ce60b93d7b..141da8f86b484d64884646c9cd4b0f7d06d05eee 100644 |
--- a/base/time/time_posix.cc |
+++ b/base/time/time_posix.cc |
@@ -124,8 +124,6 @@ struct timespec TimeDelta::ToTimeSpec() const { |
// 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 = |