summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/code_event_fetcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/cycle_analytics/code_event_fetcher.rb')
-rw-r--r--lib/gitlab/cycle_analytics/code_event_fetcher.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/cycle_analytics/code_event_fetcher.rb b/lib/gitlab/cycle_analytics/code_event_fetcher.rb
index 39df80352b6..06357c9b377 100644
--- a/lib/gitlab/cycle_analytics/code_event_fetcher.rb
+++ b/lib/gitlab/cycle_analytics/code_event_fetcher.rb
@@ -19,10 +19,6 @@ module Gitlab
AnalyticsMergeRequestSerializer.new(project: @project).represent(event)
end
- def allowed_ids
- load_allowed_ids
- end
-
def allowed_ids_finder_class
MergeRequestsFinder
end