summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/current_op_common.cpp')
-rw-r--r--src/mongo/db/commands/current_op_common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/current_op_common.cpp b/src/mongo/db/commands/current_op_common.cpp
index b3b8ec18061..2e2a1ec799d 100644
--- a/src/mongo/db/commands/current_op_common.cpp
+++ b/src/mongo/db/commands/current_op_common.cpp
@@ -39,7 +39,6 @@ namespace mongo {
bool CurrentOpCommandBase::run(OperationContext* opCtx,
const std::string& dbName,
const BSONObj& cmdObj,
- std::string& errmsg,
BSONObjBuilder& result) {
// Convert the currentOp command spec into an equivalent aggregation command. This will be
// of the form {aggregate:1, pipeline: [{$currentOp: {idleConnections: $all, allUsers: