summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-07-11 13:51:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-15 19:08:21 +0000
commit49802bc44a41271ae1dac871b28bdf1146f77ece (patch)
tree9f2d3a91a5d3aac7f8a8dd2ab754bac072f03d4a /src/mongo/crypto
parent6f06862f5d76a46f3570ff3a6ed2d616991d8e5a (diff)
downloadmongo-49802bc44a41271ae1dac871b28bdf1146f77ece.tar.gz
SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/encryption_fields.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/crypto/encryption_fields.idl b/src/mongo/crypto/encryption_fields.idl
index 9b0b877e9a1..3f573d68f9f 100644
--- a/src/mongo/crypto/encryption_fields.idl
+++ b/src/mongo/crypto/encryption_fields.idl
@@ -41,12 +41,6 @@ enums:
Range: "range"
feature_flags:
- featureFlagFLE2:
- description: "Enable Queryable Encryption support"
- cpp_varname: gFeatureFlagFLE2
- default: true
- version: 6.0
-
featureFlagFLE2Range:
description: "Enable support for range indexes in Queryable Encryption"
cpp_varname: gFeatureFlagFLE2Range