From fbf57dfc196c3e4d6b0313cadb71f10138b9c018 Mon Sep 17 00:00:00 2001 From: David Storch Date: Thu, 30 Aug 2018 18:53:07 -0400 Subject: SERVER-36156 Delete RecordFetcher. --- src/mongo/db/exec/multi_plan.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mongo/db/exec/multi_plan.h') diff --git a/src/mongo/db/exec/multi_plan.h b/src/mongo/db/exec/multi_plan.h index 5b118653d9a..30c20599332 100644 --- a/src/mongo/db/exec/multi_plan.h +++ b/src/mongo/db/exec/multi_plan.h @@ -220,12 +220,6 @@ private: // returned by ::work() WorkingSetID _statusMemberId; - // When a stage requests a yield for document fetch, it gives us back a RecordFetcher* - // to use to pull the record into memory. We take ownership of the RecordFetcher here, - // deleting it after we've had a chance to do the fetch. For timing-based yields, we - // just pass a NULL fetcher. - std::unique_ptr _fetcher; - // Stats MultiPlanStats _specificStats; }; -- cgit v1.2.1