summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2019-03-01 19:51:48 +0000
committerSara Golemon <sara.golemon@mongodb.com>2019-03-03 01:46:09 +0000
commit217588a5eff6d4c4d2621a03a0cee1b4566e00f1 (patch)
treed1844aa3218512dc9ff3f1e943c9587cbe7da3fe /src/mongo/shell
parent857d20826c15d6a8fccf0b2b364bf7c4791220a1 (diff)
downloadmongo-217588a5eff6d4c4d2621a03a0cee1b4566e00f1.tar.gz
SERVER-37092 Remove old server parameter API
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp
index 4f65f4270fc..61820b12325 100644
--- a/src/mongo/shell/shell_options.cpp
+++ b/src/mongo/shell/shell_options.cpp
@@ -43,7 +43,6 @@
#include "mongo/config.h"
#include "mongo/db/auth/sasl_command_constants.h"
#include "mongo/db/server_options.h"
-#include "mongo/db/server_parameters.h"
#include "mongo/rpc/protocol.h"
#include "mongo/shell/shell_utils.h"
#include "mongo/transport/message_compressor_registry.h"