summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/explain.h')
-rw-r--r--src/mongo/db/query/explain.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/query/explain.h b/src/mongo/db/query/explain.h
index e6ad7cc0c5c..2fff62ac1d2 100644
--- a/src/mongo/db/query/explain.h
+++ b/src/mongo/db/query/explain.h
@@ -236,14 +236,6 @@ private:
Status executePlanStatus,
PlanStageStats* winningPlanTrialStats,
BSONObjBuilder* out);
-
- /**
- * Adds the 'serverInfo' explain section to the BSON object being build
- * by 'out'.
- *
- * This is a helper for generating explain BSON. It is used by explainStages(...).
- */
- static void generateServerInfo(BSONObjBuilder* out);
};
} // namespace mongo