Remove vestigial method from MergeRequestsFinder

This isn't called from anywhere.
This commit is contained in:
Sean McGivern 2018-10-04 09:43:37 +01:00
parent 0e1fc6e04c
commit 89b06a7020
1 changed files with 0 additions and 4 deletions

View File

@ -66,10 +66,6 @@ class MergeRequestsFinder < IssuableFinder
items.where(target_branch: target_branch) items.where(target_branch: target_branch)
end end
def item_project_ids(items)
items&.reorder(nil)&.select(:target_project_id)
end
def by_wip(items) def by_wip(items)
if params[:wip] == 'yes' if params[:wip] == 'yes'
items.where(wip_match(items.arel_table)) items.where(wip_match(items.arel_table))