summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h b/src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h
index 53d6aa8bda9..d2dec9f412e 100644
--- a/src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h
+++ b/src/mongo/db/pipeline/process_interface/non_shardsvr_process_interface.h
@@ -56,10 +56,6 @@ public:
Pipeline* pipeline,
bool allowTargetingShards) override;
- BSONObj attachCursorSourceAndExplain(const boost::intrusive_ptr<ExpressionContext>& expCtx,
- Pipeline* ownedPipeline,
- ExplainOptions::Verbosity verbosity);
-
std::unique_ptr<ShardFilterer> getShardFilterer(
const boost::intrusive_ptr<ExpressionContext>& expCtx) const override {
// We'll never do shard filtering on a standalone.