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.rb')
-rw-r--r--lib/feature.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 7c926b25587..709610b91be 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -18,10 +18,6 @@ class Feature
superclass.table_name = 'feature_gates'
end
- class ActiveSupportCacheStoreAdapter < Flipper::Adapters::ActiveSupportCacheStore
- # overrides methods in EE
- end
-
InvalidFeatureFlagError = Class.new(Exception) # rubocop:disable Lint/InheritException
class << self