summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.h
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2019-02-08 18:18:58 +0000
committerSara Golemon <sara.golemon@mongodb.com>2019-02-16 20:29:38 +0000
commit406d3c7586126f7315ebca37f646a4c93f5f2a65 (patch)
treecc0fa698dfc42ea9b76e837268123b4032bae46b /src/mongo/db/server_options_helpers.h
parentdafbadabf9ba80a3a125945e20d11d4da5008bf2 (diff)
downloadmongo-406d3c7586126f7315ebca37f646a4c93f5f2a65.tar.gz
SERVER-39499 Migrate base server options to IDL
Diffstat (limited to 'src/mongo/db/server_options_helpers.h')
-rw-r--r--src/mongo/db/server_options_helpers.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/server_options_helpers.h b/src/mongo/db/server_options_helpers.h
index c2dfaba578e..da7098f23c4 100644
--- a/src/mongo/db/server_options_helpers.h
+++ b/src/mongo/db/server_options_helpers.h
@@ -43,13 +43,6 @@ class Environment;
namespace moe = mongo::optionenvironment;
/**
- * Base server options that are available in all applications, standalone and embedded.
- *
- * Included by addGeneralServerOptions, don't call both.
- */
-Status addBaseServerOptions(moe::OptionSection* options);
-
-/**
* Handle custom validation of base options that can not currently be done by using
* Constraints in the Environment. See the "validate" function in the Environment class for
* more details.