summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_engine_init.h')
-rw-r--r--src/mongo/db/storage/storage_engine_init.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/storage/storage_engine_init.h b/src/mongo/db/storage/storage_engine_init.h
index 1cf30ff43ad..47e57d5b5cd 100644
--- a/src/mongo/db/storage/storage_engine_init.h
+++ b/src/mongo/db/storage/storage_engine_init.h
@@ -56,12 +56,6 @@ void initializeStorageEngine(ServiceContext* service, StorageEngineInitFlags ini
void shutdownGlobalStorageEngineCleanly(ServiceContext* service);
/**
- * Creates the lock file used to prevent concurrent processes from accessing the data files,
- * as appropriate.
- */
-void createLockFile(ServiceContext* service);
-
-/**
* Registers a storage engine onto the given "service".
*/
void registerStorageEngine(ServiceContext* service,