Remove no longer required method.

This commit is contained in:
Rubén Dávila 2016-02-01 17:43:34 -05:00 committed by Robert Speicher
parent ae46d6ea04
commit b5935f0782

View file

@ -137,10 +137,6 @@ class Repository
find_branch(branch_name)
end
def find_or_create_branch(user, name, ref)
find_branch(name) or add_branch(user, name, ref)
end
def add_tag(tag_name, ref, message = nil)
expire_tags_cache