Remove no longer required method.
This commit is contained in:
parent
ae46d6ea04
commit
b5935f0782
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue