diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-08-26 16:55:17 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-09-04 15:31:53 -0400 |
commit | 722b37791dc3adececd74894ccb61e3da64ea94e (patch) | |
tree | a68e9b61f4b59716d4c2fcd7b17519a1f19bc60d /src/mongo/db/commands.h | |
parent | c14c1f113d56da4e32ac13a123028c916f0c8cff (diff) | |
download | mongo-722b37791dc3adececd74894ccb61e3da64ea94e.tar.gz |
SERVER-14668 remove some usages of cc()
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 e8c1a91d5b5..ac56a808d01 100644 --- a/src/mongo/db/commands.h +++ b/src/mongo/db/commands.h @@ -234,7 +234,6 @@ namespace mutablebson { // For mongod and webserver. static void execCommand(OperationContext* txn, Command* c, - Client& client, int queryOptions, const char *ns, BSONObj& cmdObj, |