summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2018-05-02 10:37:46 -0400
committerAndy Schwerin <schwerin@mongodb.com>2018-05-03 13:48:18 -0400
commitb1cc960cb5de30861b00bf72057c5dfa0733c1fb (patch)
tree8fe35995d3259ebbd8c7aab44be04bc0d046ac17 /src/mongo/db/service_context.h
parentbb2a2ccf260929e8a97080f81cd696340d429d57 (diff)
downloadmongo-b1cc960cb5de30861b00bf72057c5dfa0733c1fb.tar.gz
SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r--src/mongo/db/service_context.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h
index 305a85c226f..1caa0fd0f05 100644
--- a/src/mongo/db/service_context.h
+++ b/src/mongo/db/service_context.h
@@ -278,13 +278,6 @@ public:
return _storageEngine.get();
}
- /**
- * Return the storage engine instance we're using.
- */
- StorageEngine* getGlobalStorageEngine() {
- return getStorageEngine();
- }
-
//
// Global operation management. This may not belong here and there may be too many methods
// here.