summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-09-16 14:43:03 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-17 18:26:24 +0000
commitbe34e602e19cea0c795a0955646e7ce50350b997 (patch)
treee1915e65013ce32b1481bab32cb98917d51d00e0 /src/mongo/util
parent5055d631241e374963f230c8bfea1cf0022c28f0 (diff)
downloadmongo-be34e602e19cea0c795a0955646e7ce50350b997.tar.gz
SERVER-59234 Fix clang-12 warnings in C++20 mode
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/system_tick_source.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/util/system_tick_source.cpp b/src/mongo/util/system_tick_source.cpp
index a11de88fd16..ee5f24d4e83 100644
--- a/src/mongo/util/system_tick_source.cpp
+++ b/src/mongo/util/system_tick_source.cpp
@@ -72,8 +72,6 @@ TickSource::Tick _timerNowGeneric() {
// Overridden in initTickSource() with better implementation where available.
TickSource::Tick (*_timerNow)() = &_timerNowGeneric;
-SystemTickSource globalSystemTickSource;
-
#if defined(_WIN32)
/**