summaryrefslogtreecommitdiff
path: root/lib/api/helpers/internal_helpers.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-30 10:33:43 +0100
committerPhil Hughes <me@iamphill.com>2018-05-30 10:33:43 +0100
commitc760965079fce0f020980987794ea61c86eb09ff (patch)
tree32bbac523c665a785eaaab85d9be305c02d8ce68 /lib/api/helpers/internal_helpers.rb
parent323e402e21a643da22714bdede3cc6e248ba2cf4 (diff)
parentfd79df64c5411308e67a62b4c02a07f5317ddec1 (diff)
downloadgitlab-ce-c760965079fce0f020980987794ea61c86eb09ff.tar.gz
Merge branch 'master' into ide-list-merge-requests
Diffstat (limited to 'lib/api/helpers/internal_helpers.rb')
-rw-r--r--lib/api/helpers/internal_helpers.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/api/helpers/internal_helpers.rb b/lib/api/helpers/internal_helpers.rb
index abe3d353984..83151be82ad 100644
--- a/lib/api/helpers/internal_helpers.rb
+++ b/lib/api/helpers/internal_helpers.rb
@@ -89,12 +89,6 @@ module API
end
end
- # Return the repository full path so that gitlab-shell has it when
- # handling ssh commands
- def repository_path
- repository.path_to_repo
- end
-
# Return the Gitaly Address if it is enabled
def gitaly_payload(action)
return unless %w[git-receive-pack git-upload-pack git-upload-archive].include?(action)