Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab.rb')
-rw-r--r--lib/gitlab.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab.rb b/lib/gitlab.rb
deleted file mode 100644
index 5fc1862c3e9..00000000000
--- a/lib/gitlab.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'gitlab/git'
-
-module Gitlab
- autoload :Satellite, 'gitlab/satellite/satellite'
-end