summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/oplogstart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/oplogstart.h')
-rw-r--r--src/mongo/db/exec/oplogstart.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/exec/oplogstart.h b/src/mongo/db/exec/oplogstart.h
index 033f51a8c9d..7d9c10e5df8 100644
--- a/src/mongo/db/exec/oplogstart.h
+++ b/src/mongo/db/exec/oplogstart.h
@@ -73,7 +73,7 @@ public:
void doSaveState() final;
void doRestoreState() final;
void doDetachFromOperationContext() final;
- void doReattachToOperationContext(OperationContext* opCtx) final;
+ void doReattachToOperationContext() final;
// Returns empty PlanStageStats object
std::unique_ptr<PlanStageStats> getStats() final;
@@ -110,9 +110,6 @@ private:
StageState workExtentHopping(WorkingSetID* out);
- // transactional context for read locks. Not owned by us
- OperationContext* _txn;
-
// This is only used for the extent hopping scan.
std::vector<std::unique_ptr<RecordCursor>> _subIterators;