Commit cb73d6dd authored by Michael Kozono's avatar Michael Kozono

Remove dead code

parent 5e7f38f2
......@@ -35,10 +35,6 @@ module Geo
project.repository.after_sync
end
def ssh_url_to_repo
"#{primary_ssh_path_prefix}#{project.full_path}.git"
end
def repository
project.repository
end
......
......@@ -26,10 +26,6 @@ module Geo
expire_repository_caches
end
def ssh_url_to_wiki
"#{primary_ssh_path_prefix}#{project.full_path}.wiki.git"
end
def repository
project.wiki.repository
end
......
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