summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/cached_plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/cached_plan.h')
-rw-r--r--src/mongo/db/exec/cached_plan.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/exec/cached_plan.h b/src/mongo/db/exec/cached_plan.h
index 5216e33eac0..d9f54716acb 100644
--- a/src/mongo/db/exec/cached_plan.h
+++ b/src/mongo/db/exec/cached_plan.h
@@ -65,7 +65,6 @@ public:
StageState work(WorkingSetID* out) final;
- void doReattachToOperationContext(OperationContext* opCtx) final;
void doInvalidate(OperationContext* txn, const RecordId& dl, InvalidationType type) final;
StageType stageType() const final {
@@ -115,9 +114,6 @@ private:
*/
Status tryYield(PlanYieldPolicy* yieldPolicy);
- // Not owned.
- OperationContext* _txn;
-
// Not owned. Must be non-null.
Collection* _collection;