summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-04-03 12:35:25 +0000
committerNick Thomas <nick@gitlab.com>2019-04-03 12:35:25 +0000
commite0824f17367a44e5bac84dac7197f9b45e37ab01 (patch)
tree035d1ddb8bcef59e91576d42efc1dbd8824adc9d /lib/gitlab_net.rb
parent433cc96551a6d1f1621f9e105b1e7eb1ccc41b7a (diff)
downloadgitlab-shell-e0824f17367a44e5bac84dac7197f9b45e37ab01.tar.gz
Remove hooks, they belong to Gitaly now
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r--lib/gitlab_net.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb
index a84ba84..07fef22 100644
--- a/lib/gitlab_net.rb
+++ b/lib/gitlab_net.rb
@@ -3,7 +3,6 @@ require 'openssl'
require 'json'
require_relative 'gitlab_config'
-require_relative 'gitlab_access'
require_relative 'gitlab_lfs_authentication'
require_relative 'http_helper'