summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage_options.h
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@mongodb.com>2014-06-04 12:00:36 -0400
committerShaun Verch <shaun.verch@mongodb.com>2014-06-06 20:22:32 -0700
commitb13b6d94618848579855da4114025fabee85cb6d (patch)
treeacdd6a889928503da95e3922c280b7f2aba4178a /src/mongo/db/storage_options.h
parent616461d294bd9f5054ca38b302b6fc5d70fde20c (diff)
downloadmongo-b13b6d94618848579855da4114025fabee85cb6d.tar.gz
SERVER-10515 Convert special cased parameters to proper ServerParameters
Diffstat (limited to 'src/mongo/db/storage_options.h')
-rw-r--r--src/mongo/db/storage_options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/storage_options.h b/src/mongo/db/storage_options.h
index 4b02468aa05..4298be859d5 100644
--- a/src/mongo/db/storage_options.h
+++ b/src/mongo/db/storage_options.h
@@ -107,8 +107,6 @@ namespace mongo {
extern StorageGlobalParams storageGlobalParams;
bool isJournalingEnabled();
- void setJournalCommitInterval(unsigned newValue);
- unsigned getJournalCommitInterval();
// This is not really related to persistence, but mongos and the other executables share code
// and we use this function to determine at runtime which executable we are in.