Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-05-18 20:38:32 +0300
committerRegis Boudinot <boudinot.regis@yahoo.com>2017-05-18 20:38:32 +0300
commit4d23dd6788b67741dcfa5c516c1ab36fc48f94fe (patch)
treec2bf7ca9747b9287722c53f3ba541ed20377279a /app/models
parent3114147b0e72c35abd48110bc17fe1c8be5ab396 (diff)
Gitaly reuse stubs
Diffstat (limited to 'app/models')
-rw-r--r--app/models/repository.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/repository.rb b/app/models/repository.rb
index 0c797dd5814..00b11ecef9f 100644
--- a/app/models/repository.rb
+++ b/app/models/repository.rb
@@ -1150,8 +1150,6 @@ class Repository
@project.repository_storage_path
end
- delegate :gitaly_channel, :gitaly_repository, to: :raw_repository
-
def initialize_raw_repository
Gitlab::Git::Repository.new(project.repository_storage, path_with_namespace + '.git')
end