summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/recalculate_project_authorizations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/background_migration/recalculate_project_authorizations.rb')
-rw-r--r--lib/gitlab/background_migration/recalculate_project_authorizations.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/gitlab/background_migration/recalculate_project_authorizations.rb b/lib/gitlab/background_migration/recalculate_project_authorizations.rb
deleted file mode 100644
index 6a250a96c94..00000000000
--- a/lib/gitlab/background_migration/recalculate_project_authorizations.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-module Gitlab
- module BackgroundMigration
- # rubocop:disable Style/Documentation
- class RecalculateProjectAuthorizations
- def perform(user_ids)
- # no-op
- end
- end
- end
-end