mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
5738f07f6f
commit
3592281736
@ -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;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user