summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2023-05-05 21:56:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-10 23:53:29 +0000
commiteb241a9571423c17e68677a443323fd0e8fa47d4 (patch)
tree3851aeb7c46cde0d0ef24f6493113b459df73cc2 /src/mongo/db/query/query_feature_flags.idl
parent053ff9f355555cddddf3a476ffa9ddf899b1657d (diff)
downloadmongo-eb241a9571423c17e68677a443323fd0e8fa47d4.tar.gz
SERVER-70689: Remove featureFlagUserRoles
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index d2e76bb6bc7..ac707ccbf0a 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -117,13 +117,6 @@ feature_flags:
version: 7.0
shouldBeFCVGated: true
- featureFlagUserRoles:
- description: "Feature flag to enable usage of $$USER_ROLES."
- cpp_varname: gFeatureFlagUserRoles
- default: true
- version: 7.0
- shouldBeFCVGated: true
-
featureFlagApproxPercentiles:
description: "Feature flag to enable approximate $percentile accumulator/expression."
cpp_varname: gFeatureFlagApproxPercentiles