summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_mock.h')
-rw-r--r--src/mongo/db/pipeline/document_source_mock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/document_source_mock.h b/src/mongo/db/pipeline/document_source_mock.h
index b5d6dffde47..617e0cf462c 100644
--- a/src/mongo/db/pipeline/document_source_mock.h
+++ b/src/mongo/db/pipeline/document_source_mock.h
@@ -98,10 +98,6 @@ public:
return {GetModPathsReturn::Type::kFiniteSet, std::set<std::string>{}, {}};
}
- boost::optional<MergingLogic> mergingLogic() override {
- return boost::none;
- }
-
// Return documents from front of queue.
std::deque<GetNextResult> queue;