summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-04-03 14:06:47 +0200
committerJacob Vosmaer <jacob@gitlab.com>2019-04-03 14:06:47 +0200
commit48c5f6c8ca4549a22b4f179fbd472146fa2aa002 (patch)
treed880785bb8f9641578485c1f41e1d4abf9a218d2 /lib/gitlab_net.rb
parent433cc96551a6d1f1621f9e105b1e7eb1ccc41b7a (diff)
downloadgitlab-shell-remove-hooks.tar.gz
Remove hooks, they belong to Gitaly nowremove-hooks
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'