summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_apply_ops_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_apply_ops_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_apply_ops_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_apply_ops_cmd.cpp b/src/mongo/s/commands/cluster_apply_ops_cmd.cpp
index a0fc658a5dd..fd15a41f11f 100644
--- a/src/mongo/s/commands/cluster_apply_ops_cmd.cpp
+++ b/src/mongo/s/commands/cluster_apply_ops_cmd.cpp
@@ -59,7 +59,6 @@ public:
bool run(OperationContext* opCtx,
const std::string& dbName,
BSONObj& cmdObj,
- int options,
std::string& errmsg,
BSONObjBuilder& result) override {
uasserted(ErrorCodes::CommandNotSupported, "applyOps not allowed through mongos");