Browse Source

Merge pull request #768 from pkasting/time

Delete kNanosPerSecond from time.cc.
Feng Xiao 10 years ago
parent
commit
fb0af6d02e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/google/protobuf/stubs/time.cc

+ 0 - 1
src/google/protobuf/stubs/time.cc

@@ -21,7 +21,6 @@ static const int64 kSecondsFromEraToEpoch = 62135596800LL;
 static const int64 kMinTime = -62135596800LL;  // 0001-01-01T00:00:00
 static const int64 kMinTime = -62135596800LL;  // 0001-01-01T00:00:00
 static const int64 kMaxTime = 253402300799LL;  // 9999-12-31T23:59:59
 static const int64 kMaxTime = 253402300799LL;  // 9999-12-31T23:59:59
 
 
-static const int kNanosPerSecond = 1000000000;
 static const int kNanosPerMillisecond = 1000000;
 static const int kNanosPerMillisecond = 1000000;
 static const int kNanosPerMicrosecond = 1000;
 static const int kNanosPerMicrosecond = 1000;