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/environment.rb')
-rw-r--r--lib/gitlab/environment.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/environment.rb b/lib/gitlab/environment.rb
index 3c6ed696b9d..b1a9603d3a5 100644
--- a/lib/gitlab/environment.rb
+++ b/lib/gitlab/environment.rb
@@ -5,9 +5,5 @@ module Gitlab
def self.hostname
@hostname ||= ENV['HOSTNAME'] || Socket.gethostname
end
-
- def self.qa_user_agent
- ENV['GITLAB_QA_USER_AGENT']
- end
end
end