Commit 9a198b74 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'mk/remove-dead-code' into 'master'

Remove dead code

See merge request gitlab-org/gitlab-ee!10493
parents c1a55901 cb73d6dd
......@@ -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