summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/parameters.cpp')
-rw-r--r--src/mongo/db/commands/parameters.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/parameters.cpp b/src/mongo/db/commands/parameters.cpp
index c908edb3390..785375c514f 100644
--- a/src/mongo/db/commands/parameters.cpp
+++ b/src/mongo/db/commands/parameters.cpp
@@ -91,7 +91,6 @@ public:
bool run(OperationContext* opCtx,
const string& dbname,
BSONObj& cmdObj,
- int,
string& errmsg,
BSONObjBuilder& result) {
bool all = *cmdObj.firstElement().valuestrsafe() == '*';
@@ -140,7 +139,6 @@ public:
bool run(OperationContext* opCtx,
const string& dbname,
BSONObj& cmdObj,
- int,
string& errmsg,
BSONObjBuilder& result) {
int numSet = 0;