Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature/shared.rb')
-rw-r--r--lib/feature/shared.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/feature/shared.rb b/lib/feature/shared.rb
index 5ad9af6ff7d..70e5b523adf 100644
--- a/lib/feature/shared.rb
+++ b/lib/feature/shared.rb
@@ -37,18 +37,6 @@ class Feature
push_frontend_feature_flag(:my_ops_flag, project, type: :ops)
EOS
},
- licensed: {
- description: 'Permanent feature flags used to temporarily disable licensed features.',
- deprecated: true,
- optional: true,
- rollout_issue: false,
- ee_only: true,
- default_enabled: true,
- example: <<-EOS
- project.feature_available?(:my_licensed_feature)
- namespace.feature_available?(:my_licensed_feature)
- EOS
- },
experiment: {
description: 'Short lived, used specifically to run A/B/n experiments.',
optional: true,