summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sample_from_random_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_sample_from_random_cursor.h')
-rw-r--r--src/mongo/db/pipeline/document_source_sample_from_random_cursor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/document_source_sample_from_random_cursor.h b/src/mongo/db/pipeline/document_source_sample_from_random_cursor.h
index a095ade9fc0..60289140440 100644
--- a/src/mongo/db/pipeline/document_source_sample_from_random_cursor.h
+++ b/src/mongo/db/pipeline/document_source_sample_from_random_cursor.h
@@ -55,10 +55,6 @@ public:
TransactionRequirement::kAllowed};
}
- boost::optional<MergingLogic> mergingLogic() final {
- return boost::none;
- }
-
static boost::intrusive_ptr<DocumentSourceSampleFromRandomCursor> create(
const boost::intrusive_ptr<ExpressionContext>& expCtx,
long long size,