summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/lite_parsed_document_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/lite_parsed_document_source.h')
-rw-r--r--src/mongo/db/pipeline/lite_parsed_document_source.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/db/pipeline/lite_parsed_document_source.h b/src/mongo/db/pipeline/lite_parsed_document_source.h
index aed1d4fefcf..34648576917 100644
--- a/src/mongo/db/pipeline/lite_parsed_document_source.h
+++ b/src/mongo/db/pipeline/lite_parsed_document_source.h
@@ -171,20 +171,6 @@ public:
}
/**
- * Returns true if this is a $changeStreamSplitLargeEvent stage.
- */
- virtual bool isChangeStreamSplitLargeEvent() const {
- return false;
- }
-
- /**
- * Returns true if this is a $documents stage.
- */
- virtual bool isDocuments() const {
- return false;
- }
-
- /**
* Returns true if this stage does not require an input source.
*/
virtual bool isInitialSource() const {