summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_server_helpers.h
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2019-02-13 02:22:58 +0000
committerSara Golemon <sara.golemon@mongodb.com>2019-02-16 20:29:59 +0000
commita12295d7b151b1b4b031b7f4b7eb242e0778246e (patch)
tree4fd51f4eb6145edc42fff7775a48d587734ca93a /src/mongo/db/server_options_server_helpers.h
parent406d3c7586126f7315ebca37f646a4c93f5f2a65 (diff)
downloadmongo-a12295d7b151b1b4b031b7f4b7eb242e0778246e.tar.gz
SERVER-39500 Migrate general server options to IDL
Diffstat (limited to 'src/mongo/db/server_options_server_helpers.h')
-rw-r--r--src/mongo/db/server_options_server_helpers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/server_options_server_helpers.h b/src/mongo/db/server_options_server_helpers.h
index b6587c5379a..51a59315554 100644
--- a/src/mongo/db/server_options_server_helpers.h
+++ b/src/mongo/db/server_options_server_helpers.h
@@ -36,11 +36,6 @@
namespace mongo {
/**
- * General server options for most standalone applications. Includes addBaseServerOptions.
- */
-Status addGeneralServerOptions(optionenvironment::OptionSection* options);
-
-/**
* Handle custom validation of server options that can not currently be done by using
* Constraints in the Environment. See the "validate" function in the Environment class for
* more details.