summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/ce/ce_histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/ce/ce_histogram.h')
-rw-r--r--src/mongo/db/query/ce/ce_histogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/ce/ce_histogram.h b/src/mongo/db/query/ce/ce_histogram.h
index 6132cc19339..dfc556ebf87 100644
--- a/src/mongo/db/query/ce/ce_histogram.h
+++ b/src/mongo/db/query/ce/ce_histogram.h
@@ -38,7 +38,7 @@ class CEHistogramTransportImpl;
class CEHistogramTransport : public CEInterface {
public:
- CEHistogramTransport(OperationContext* opCtx, const ce::CollectionStatistics& stats);
+ CEHistogramTransport(const ce::CollectionStatistics& stats);
~CEHistogramTransport();
CEType deriveCE(const Memo& memo,