Commit aa396ae5 authored by Timothy Andrew's avatar Timothy Andrew

Remove unused variable in `IssuesController`.

parent 953bafff
......@@ -128,8 +128,6 @@ class Projects::IssuesController < Projects::ApplicationController
end
def related_branches
merge_requests = @issue.referenced_merge_requests(current_user)
@related_branches = @issue.related_branches(current_user)
respond_to do |format|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment