summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/pipeline.h')
-rw-r--r--src/mongo/db/pipeline/pipeline.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/pipeline/pipeline.h b/src/mongo/db/pipeline/pipeline.h
index 96cf6426be3..976b344e4f9 100644
--- a/src/mongo/db/pipeline/pipeline.h
+++ b/src/mongo/db/pipeline/pipeline.h
@@ -291,11 +291,6 @@ public:
static std::vector<Value> serializeContainer(
const SourceContainer& container, boost::optional<ExplainOptions::Verbosity> = boost::none);
- /**
- * Serializes the pipeline into BSON for explain/debug logging purposes.
- */
- std::vector<BSONObj> serializeToBSONForDebug() const;
-
// The initial source is special since it varies between mongos and mongod.
void addInitialSource(boost::intrusive_ptr<DocumentSource> source);