summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-07-22 15:45:38 +0200
committerJacob Vosmaer <jacob@gitlab.com>2016-07-22 17:54:04 +0200
commitdf3ca41e62efb7ccbc1ea82d5676527e8eeca530 (patch)
tree33a95243e5365a14ef552a8c2aaf70dddb43252c /config
parent0d9752446d8e2b3b4fdb37eb8ec75c5e5f996f1c (diff)
downloadgitlab-ce-df3ca41e62efb7ccbc1ea82d5676527e8eeca530.tar.gz
Remove obsolete code
Diffstat (limited to 'config')
-rw-r--r--config/initializers/5_backend.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/initializers/5_backend.rb b/config/initializers/5_backend.rb
index e026151a032..ed88c8ee1b8 100644
--- a/config/initializers/5_backend.rb
+++ b/config/initializers/5_backend.rb
@@ -1,6 +1,3 @@
-# GIT over HTTP
-require_dependency Rails.root.join('lib/gitlab/backend/grack_auth')
-
# GIT over SSH
require_dependency Rails.root.join('lib/gitlab/backend/shell')