summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2024-09-17 17:18:20 -0400
committerMongoDB Bot <mongo-bot@mongodb.com>2024-09-17 22:12:52 +0000
commit35f78f5922a76e8286f36c230ff52dacf1d4a7db (patch)
tree956f4343bda5c6faa62df518245434ab29d578ca
parentffe0eb3663a30a4a5dde5257ee9ffbc0fc65f8e5 (diff)
SERVER-94736 Remove core options stub in record_store_bm_cursor (#27002)
GitOrigin-RevId: 33bdb6e4aa6ec94547f95cf625062aeffb483c09
-rw-r--r--src/mongo/db/storage/record_store_bm_cursor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/storage/record_store_bm_cursor.cpp b/src/mongo/db/storage/record_store_bm_cursor.cpp
index dd4d031a048..e6298247917 100644
--- a/src/mongo/db/storage/record_store_bm_cursor.cpp
+++ b/src/mongo/db/storage/record_store_bm_cursor.cpp
@@ -45,11 +45,6 @@
namespace mongo {
namespace {
-MONGO_INITIALIZER_GENERAL(CoreOptions_Store, (), ())
-(InitializerContext* context) {
- // Dummy initializer to fill in the initializer graph
-}
-
MONGO_INITIALIZER_GENERAL(DisableLogging, (), ())
(InitializerContext*) {
auto& lv2Manager = logv2::LogManager::global();