summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-01-19 17:00:59 +0100
committerJacob Vosmaer <jacob@gitlab.com>2018-01-19 17:00:59 +0100
commitc48cfa13dc91045c6cf30efa2bcfb7e5d5ffecaf (patch)
tree57456b15c861f31801516d03257a145ad6ac5da0
parent443a3a49dd3e0f42e7199b80c43dcf7ee56407c0 (diff)
downloadgitlab-ce-gitaly-git-http-ssh.tar.gz
remove constantgitaly-git-http-ssh
-rw-r--r--lib/api/helpers/internal_helpers.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/api/helpers/internal_helpers.rb b/lib/api/helpers/internal_helpers.rb
index 71f8c418fa7..eb67de81a0d 100644
--- a/lib/api/helpers/internal_helpers.rb
+++ b/lib/api/helpers/internal_helpers.rb
@@ -1,11 +1,6 @@
module API
module Helpers
module InternalHelpers
- SSH_GITALY_FEATURES = {
- 'git-receive-pack' => [:ssh_receive_pack, Gitlab::GitalyClient::MigrationStatus::OPT_IN],
- 'git-upload-pack' => [:ssh_upload_pack, Gitlab::GitalyClient::MigrationStatus::OPT_OUT]
- }.freeze
-
attr_reader :redirected_path
def wiki?