summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp b/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
index e3411fbda2c..96499720ea6 100644
--- a/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
+++ b/src/mongo/s/commands/cluster_plan_cache_clear_cmd.cpp
@@ -110,9 +110,7 @@ bool ClusterPlanCacheClearCmd::run(OperationContext* opCtx,
ReadPreferenceSetting::get(opCtx),
Shard::RetryPolicy::kIdempotent,
query,
- CollationSpec::kSimpleSpec,
- boost::none /*letParameters*/,
- boost::none /*runtimeConstants*/);
+ CollationSpec::kSimpleSpec);
// Sort shard responses by shard id.
std::sort(shardResponses.begin(),