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.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 1f8c530bee5..c9871881dc9 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -136,8 +136,6 @@ class Feature
end
def register_definitions
- return unless check_feature_flags_definition?
-
Feature::Definition.reload!
end