summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp b/src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp
index e16b79b3c67..d05c086d75a 100644
--- a/src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp
+++ b/src/mongo/s/commands/cluster_add_shard_to_zone_cmd.cpp
@@ -99,7 +99,6 @@ public:
virtual bool run(OperationContext* opCtx,
const std::string& dbname,
const BSONObj& cmdObj,
- std::string& errmsg,
BSONObjBuilder& result) {
auto parsedRequest = uassertStatusOK(AddShardToZoneRequest::parseFromMongosCommand(cmdObj));