summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/killcursors_common.cpp')
-rw-r--r--src/mongo/db/commands/killcursors_common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/killcursors_common.cpp b/src/mongo/db/commands/killcursors_common.cpp
index 570c1e1df0e..b20aeb3f734 100644
--- a/src/mongo/db/commands/killcursors_common.cpp
+++ b/src/mongo/db/commands/killcursors_common.cpp
@@ -66,7 +66,6 @@ Status KillCursorsCmdBase::checkAuthForCommand(Client* client,
bool KillCursorsCmdBase::run(OperationContext* opCtx,
const std::string& dbname,
BSONObj& cmdObj,
- int options,
std::string& errmsg,
BSONObjBuilder& result) {
auto statusWithRequest = KillCursorsRequest::parseFromBSON(dbname, cmdObj);