summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index 02e9f125e95..3a72bd0b381 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -137,7 +137,6 @@ public:
virtual bool run(OperationContext* opCtx,
const std::string& db,
BSONObj& cmdObj,
- int options,
std::string& errmsg,
BSONObjBuilder& result) = 0;