summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_feature_flags.idl
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2023-05-08 11:53:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-08 13:01:44 +0000
commitafa6fd6086b9cd92641d424d65c5f0db4bd7f054 (patch)
tree544b7c4277140d3e5acafc22cc9ef199fe06bbb5 /src/mongo/s/sharding_feature_flags.idl
parent41cfc87e3cc05ed15df9029cdb694de17267572c (diff)
downloadmongo-afa6fd6086b9cd92641d424d65c5f0db4bd7f054.tar.gz
SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature flag
Diffstat (limited to 'src/mongo/s/sharding_feature_flags.idl')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index f084c5827fd..efdf94d250d 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -37,12 +37,6 @@ feature_flags:
cpp_varname: feature_flags::gGlobalIndexesShardingCatalog
default: false
shouldBeFCVGated: true
- featureFlagRangeDeleterService:
- description: "Feature flag protecting instantiation and usages of the range deleter service"
- cpp_varname: feature_flags::gRangeDeleterService
- default: true
- version: 6.2
- shouldBeFCVGated: true
featureFlagCollModCoordinatorV3:
description: "Feature for enabling new coll mod coordinator v3"
cpp_varname: feature_flags::gCollModCoordinatorV3