summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.h
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2019-02-21 12:38:38 -0500
committerJonathan Reams <jbreams@mongodb.com>2019-02-26 10:09:20 -0500
commit185c3482ceb8676f59a82e0b7471c31fee9d4a1d (patch)
treeeeeefc59c17fe6b3dcb4447311a8179be2f14f87 /src/mongo/db/mongod_options.h
parent72425ec865efeeea9c1cb61c4cde9393fd4dc9d5 (diff)
downloadmongo-185c3482ceb8676f59a82e0b7471c31fee9d4a1d.tar.gz
SERVER-39538 Convert replication setParameters to IDL
Diffstat (limited to 'src/mongo/db/mongod_options.h')
-rw-r--r--src/mongo/db/mongod_options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/mongod_options.h b/src/mongo/db/mongod_options.h
index f1e56500a30..62f86b51611 100644
--- a/src/mongo/db/mongod_options.h
+++ b/src/mongo/db/mongod_options.h
@@ -47,7 +47,6 @@ class Environment;
namespace moe = mongo::optionenvironment;
-extern bool skipShardingConfigurationChecks;
Status addMongodOptions(moe::OptionSection* options);