summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_plan_cache_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_plan_cache_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_plan_cache_cmd.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mongo/s/commands/cluster_plan_cache_cmd.cpp b/src/mongo/s/commands/cluster_plan_cache_cmd.cpp
index 718ab7dab3a..314314cdd51 100644
--- a/src/mongo/s/commands/cluster_plan_cache_cmd.cpp
+++ b/src/mongo/s/commands/cluster_plan_cache_cmd.cpp
@@ -86,8 +86,7 @@ namespace mongo {
BSONObj& cmdObj,
int options,
std::string& errmsg,
- BSONObjBuilder& result,
- bool fromRepl );
+ BSONObjBuilder& result);
public:
@@ -114,8 +113,7 @@ namespace mongo {
BSONObj& cmdObj,
int options,
std::string& errMsg,
- BSONObjBuilder& result,
- bool ) {
+ BSONObjBuilder& result) {
const std::string fullns = parseNs(dbName, cmdObj);
NamespaceString nss(fullns);