summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/SConscript')
-rw-r--r--src/mongo/util/concurrency/SConscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/util/concurrency/SConscript b/src/mongo/util/concurrency/SConscript
index 32dabcafa63..df0ecc038c2 100644
--- a/src/mongo/util/concurrency/SConscript
+++ b/src/mongo/util/concurrency/SConscript
@@ -67,13 +67,3 @@ env.Library(
'$BUILD_DIR/mongo/util/background_job',
],
)
-
-env.Library(
- target='rwlock',
- source=[
- 'rwlockimpl.cpp',
- ],
- LIBDEPS=[
- '$BUILD_DIR/third_party/shim_boost',
- ],
-)