summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/document_source_merge_cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/document_source_merge_cursors.h')
-rw-r--r--src/mongo/s/query/document_source_merge_cursors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/query/document_source_merge_cursors.h b/src/mongo/s/query/document_source_merge_cursors.h
index 259b7ea088b..f733d2c3088 100644
--- a/src/mongo/s/query/document_source_merge_cursors.h
+++ b/src/mongo/s/query/document_source_merge_cursors.h
@@ -95,10 +95,6 @@ public:
return constraints;
}
- boost::optional<MergingLogic> mergingLogic() final {
- return boost::none;
- }
-
GetNextResult getNext() final;
std::size_t getNumRemotes() const;