summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp b/src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp
index 7f3e5e19c11..9ca29ed3d7d 100644
--- a/src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp
+++ b/src/mongo/s/commands/cluster_whats_my_uri_cmd.cpp
@@ -60,7 +60,6 @@ public:
virtual bool run(OperationContext* opCtx,
const std::string& dbname,
BSONObj& cmdObj,
- int options,
std::string& errmsg,
BSONObjBuilder& result) {
result << "you" << cc().getRemote().toString();