summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-08-26 16:55:17 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-09-04 15:31:53 -0400
commit722b37791dc3adececd74894ccb61e3da64ea94e (patch)
treea68e9b61f4b59716d4c2fcd7b17519a1f19bc60d /src/mongo/db/commands.h
parentc14c1f113d56da4e32ac13a123028c916f0c8cff (diff)
downloadmongo-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.h1
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,