diff options
Diffstat (limited to 'src/mongo/db/query/plan_explainer_impl.cpp')
| -rw-r--r-- | src/mongo/db/query/plan_explainer_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/query/plan_explainer_impl.cpp b/src/mongo/db/query/plan_explainer_impl.cpp index c36bc330826..a67c9e98a60 100644 --- a/src/mongo/db/query/plan_explainer_impl.cpp +++ b/src/mongo/db/query/plan_explainer_impl.cpp @@ -655,7 +655,6 @@ boost::optional<double> getWinningPlanScore(PlanStage* root) { void PlanExplainerImpl::getSummaryStats(PlanSummaryStats* statsOut) const { invariant(statsOut); - // We can get some of the fields we need from the common stats stored in the // root stage of the plan tree. const CommonStats* common = _root->getCommonStats(); |
