summaryrefslogtreecommitdiff
path: root/util/concurrency/vars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/concurrency/vars.cpp')
-rw-r--r--util/concurrency/vars.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/concurrency/vars.cpp b/util/concurrency/vars.cpp
index 19b58eb..213e576 100644
--- a/util/concurrency/vars.cpp
+++ b/util/concurrency/vars.cpp
@@ -17,15 +17,13 @@
*/
#include "pch.h"
-#include "value.h"
#include "mutex.h"
+#include "value.h"
namespace mongo {
mutex DiagStr::m("diags");
- mongo::mutex _atomicMutex("_atomicMutex");
-
// intentional leak. otherwise destructor orders can be problematic at termination.
MutexDebugger &mutexDebugger = *(new MutexDebugger());