summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/mongos_options.h')
-rw-r--r--src/mongo/s/mongos_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_options.h b/src/mongo/s/mongos_options.h
index d13c2de9d65..8ac3a1d9321 100644
--- a/src/mongo/s/mongos_options.h
+++ b/src/mongo/s/mongos_options.h
@@ -77,7 +77,7 @@ Status validateMongosOptions(const moe::Environment& params);
*/
Status canonicalizeMongosOptions(moe::Environment* params);
-Status storeMongosOptions(const moe::Environment& params, const std::vector<std::string>& args);
+Status storeMongosOptions(const moe::Environment& params);
// This function should eventually go away, but needs to be here now because the sorter and
// the version manager must know at runtime which binary it is in.