From a741f91c4c09913424751730aabccd594e94ab78 Mon Sep 17 00:00:00 2001 From: auto-revert-processor Date: Thu, 18 May 2023 01:59:49 +0000 Subject: Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2. --- src/mongo/shell/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/shell/SConscript') 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", -- cgit v1.2.1