Merge pull request #3015 from buchgr/unused-consts
Remove unused constants.
This commit is contained in:
commit
54d1701f6c
@ -49,11 +49,9 @@ static const int kNanosPerSecond = 1000000000;
|
||||
static const int kMicrosPerSecond = 1000000;
|
||||
static const int kMillisPerSecond = 1000;
|
||||
static const int kNanosPerMillisecond = 1000000;
|
||||
static const int kMicrosPerMillisecond = 1000;
|
||||
static const int kNanosPerMicrosecond = 1000;
|
||||
static const int kSecondsPerMinute = 60; // Note that we ignore leap seconds.
|
||||
static const int kSecondsPerHour = 3600;
|
||||
static const char kTimestampFormat[] = "%E4Y-%m-%dT%H:%M:%S";
|
||||
|
||||
template <typename T>
|
||||
T CreateNormalized(int64 seconds, int64 nanos);
|
||||
|
Loading…
Reference in New Issue
Block a user