Commit b5935f07 authored by Rubén Dávila's avatar Rubén Dávila Committed by Robert Speicher

Remove no longer required method.

parent ae46d6ea
......@@ -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
......
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