summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_current_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_current_op.cpp')
-rw-r--r--src/mongo/s/commands/cluster_current_op.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_current_op.cpp b/src/mongo/s/commands/cluster_current_op.cpp
index 7f296320f71..14f4dc5e46d 100644
--- a/src/mongo/s/commands/cluster_current_op.cpp
+++ b/src/mongo/s/commands/cluster_current_op.cpp
@@ -83,7 +83,6 @@ public:
bool run(OperationContext* opCtx,
const std::string& dbName,
BSONObj& cmdObj,
- int options,
std::string& errmsg,
BSONObjBuilder& output) override {
auto requests = buildRequestsForAllShards(opCtx, cmdObj);