Commit b0464ab9 authored by Igor Drozdov's avatar Igor Drozdov

Remove unused action from BranchesController

parent 1e11c7fc
......@@ -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