summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorBen Caimano <ben.caimano@mongodb.com>2019-10-21 20:04:47 +0000
committerevergreen <evergreen@mongodb.com>2019-10-21 20:04:47 +0000
commitb641599cf48d33bc79a4131ac8a8f5018dea83c4 (patch)
tree50500c6436bdb90ae0893fee20541cffeb4538ce /src/mongo/SConscript
parenta843d5a714e415e128916e49b76e2b2d333bb5d8 (diff)
downloadmongo-b641599cf48d33bc79a4131ac8a8f5018dea83c4.tar.gz
SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interruptible and Mutex
This commit: - Adds Listener hooks for Interruptible - Expands Listener hooks for Mutex - Updates the DiagnosticInfo and its tests to use the new hooks - Removes stacktracing pieces from DiagnosticInfo and its tests - Removes mongo::ConditionVariable entirely in favor of Interruptible
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index 77c87f51dc7..3ae639f83c7 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -123,7 +123,6 @@ baseEnv.Library(
'logv2/log_severity.cpp',
'logv2/log_tag.cpp',
'logv2/ramlog.cpp',
- 'platform/condition_variable.cpp',
'platform/decimal128.cpp',
'platform/mutex.cpp',
'platform/posix_fadvise.cpp',