diff options
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r-- | src/mongo/db/commands.h | 1 |
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; |