summaryrefslogtreecommitdiff
path: root/src/mongo/shell/SConscript
diff options
context:
space:
mode:
authorauto-revert-processor <dev-prod-dag@mongodb.com>2023-05-18 01:59:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-18 02:54:21 +0000
commita741f91c4c09913424751730aabccd594e94ab78 (patch)
tree93a23e52e3a8d077bea2f722912a88a6e270a8dc /src/mongo/shell/SConscript
parentd7bf13d97da047abfe9098a6b5f98678e89cd987 (diff)
downloadmongo-master.tar.gz
Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name"HEADmaster
This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
Diffstat (limited to 'src/mongo/shell/SConscript')
-rw-r--r--src/mongo/shell/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript
index aa68e6a4c67..a8af390807f 100644
--- a/src/mongo/shell/SConscript
+++ b/src/mongo/shell/SConscript
@@ -320,7 +320,6 @@ if not has_option('noshell') and jsEngine:
# library to inject a static or mongo initializer to mongo,
# please add that library as a private libdep of
# mongo_initializers.
- "$BUILD_DIR/mongo/db/concurrency/lock_manager",
"$BUILD_DIR/mongo/s/write_ops/batch_write_types",
"$BUILD_DIR/mongo/transport/transport_layer",
"$BUILD_DIR/mongo/util/net/ssl_manager",