Commit 27eed5cb authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak

Merge branch 'id-remove-unused-action' into 'master'

Remove unused action from BranchesController

See merge request gitlab-org/gitlab!48596
parents 4be4b61d b0464ab9
......@@ -42,10 +42,6 @@ class Projects::BranchesController < Projects::ApplicationController
end
end
def recent
@branches = @repository.recent_branches
end
def diverging_commit_counts
respond_to do |format|
format.json do
......
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