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/utils.rb')
-rw-r--r--lib/gitlab/utils.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/utils.rb b/lib/gitlab/utils.rb
index 816ede4136a..a67a0758257 100644
--- a/lib/gitlab/utils.rb
+++ b/lib/gitlab/utils.rb
@@ -128,10 +128,6 @@ module Gitlab
end
end
- def random_string
- Random.rand(Float::MAX.to_i).to_s(36)
- end
-
# Behaves like `which` on Linux machines: given PATH, try to resolve the given
# executable name to an absolute path, or return nil.
#