Bug 1222088 - remove unused variable from TimeStamp_windows.cpp; r=glandium

clang-cl warns about this via -Wunused-const-variable, so we might as
well get rid of it.
This commit is contained in:
Nathan Froyd 2015-11-05 12:47:36 -05:00
parent 5738f07f6f
commit 3592281736

View File

@ -37,7 +37,6 @@ private:
static volatile ULONGLONG sResolution;
static volatile ULONGLONG sResolutionSigDigs;
static const double kNsPerSecd = 1000000000.0;
static const LONGLONG kNsPerSec = 1000000000;
static const LONGLONG kNsPerMillisec = 1000000;
// ----------------------------------------------------------------------------