summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_source_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_source_manager.h')
-rw-r--r--src/mongo/db/s/migration_source_manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/s/migration_source_manager.h b/src/mongo/db/s/migration_source_manager.h
index 923b1d8876e..5f43c9f9780 100644
--- a/src/mongo/db/s/migration_source_manager.h
+++ b/src/mongo/db/s/migration_source_manager.h
@@ -252,10 +252,6 @@ private:
// collection doesn't have UUID.
boost::optional<UUID> _collectionUuid;
- // Whether to use the resumable range deleter. This decision is based on whether the FCV 4.2 or
- // FCV 4.4 protocol are in use and the disableResumableRangeDeleter option is off.
- bool _enableResumableRangeDeleter;
-
// Contains logic for ensuring the donor's and recipient's config.rangeDeletions entries are
// correctly updated based on whether the migration committed or aborted.
std::unique_ptr<migrationutil::MigrationCoordinator> _coordinator;