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/bulk_imports/features.rb')
-rw-r--r--lib/bulk_imports/features.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bulk_imports/features.rb b/lib/bulk_imports/features.rb
index 952e8e62d71..9fdceb03655 100644
--- a/lib/bulk_imports/features.rb
+++ b/lib/bulk_imports/features.rb
@@ -2,10 +2,6 @@
module BulkImports
module Features
- def self.enabled?
- ::Feature.enabled?(:bulk_import)
- end
-
def self.project_migration_enabled?(destination_namespace = nil)
if destination_namespace.present?
root_ancestor = Namespace.find_by_full_path(destination_namespace)&.root_ancestor