From f9b0ea5e6108f356011d2b38a64960ecc36c2259 Mon Sep 17 00:00:00 2001 From: "hans@chromium.org" Date: Thu, 3 Oct 2013 23:26:22 +0000 Subject: Clean up unused constant globals Found by clang's new -Wunused-const-variable. BUG=290204 TBR=mark, acolwell, agl, alexeypa, markus, brettw Review URL: https://codereview.chromium.org/25849004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226888 0039d316-1c4b-4281-b951-d872f2087c98 --- base/time/time_posix.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/time') diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc index 39958f7..141da8f 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 = -- cgit v1.1