diff options
author | Mathias Stearn <mathias@10gen.com> | 2017-04-07 19:17:04 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2017-04-12 16:00:07 -0400 |
commit | 760b1df21159bfee0fdb650288113fa568a1bafc (patch) | |
tree | 3980ae627caf095de95ce963eeca61aa7af988a7 /src/mongo/db/commands/hashcmd.cpp | |
parent | 731790d836e22babbd953c68acbe36cdd97694e8 (diff) | |
download | mongo-760b1df21159bfee0fdb650288113fa568a1bafc.tar.gz |
SERVER-28701 Remove queryOptions argument from Command::run()
Diffstat (limited to 'src/mongo/db/commands/hashcmd.cpp')
-rw-r--r-- | src/mongo/db/commands/hashcmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/hashcmd.cpp b/src/mongo/db/commands/hashcmd.cpp index f7e54703898..b47b2352650 100644 --- a/src/mongo/db/commands/hashcmd.cpp +++ b/src/mongo/db/commands/hashcmd.cpp @@ -82,7 +82,6 @@ public: bool run(OperationContext* opCtx, const string& db, BSONObj& cmdObj, - int options, string& errmsg, BSONObjBuilder& result) { result.appendAs(cmdObj.firstElement(), "key"); |