summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index c4e1741df52..363f66ba60e 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -57,13 +57,5 @@ class Feature
Flipper.new(adapter)
end
end
-
- def register_feature_groups
- Flipper.register(:performance_team) do |actor|
- user = actor.thing
-
- user&.is_a?(User) && Gitlab::PerformanceBar.allowed_user?(user)
- end
- end
end
end