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
path: root/lib/tasks
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-12-21 12:15:34 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2014-12-21 12:15:34 +0300
commitf7f56e4a0bd0adf2dac23ee99484f469c78ac2a1 (patch)
tree5210e6e6e7e32db5af26bf2539c33fb82d3742d5 /lib/tasks
parent0f7d47f695afa051374996cb1c72bc3ec55820c5 (diff)
parent586590d20ed7e47465460c0fbcd0df1b9ea45afc (diff)
Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3
Remove unused has_gitlab_shell3? method
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/check.rake4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 7ff23a7600a..1da5f4b980f 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -585,10 +585,6 @@ namespace :gitlab do
def gitlab_shell_patch_version
Gitlab::Shell.version_required.split('.')[2].to_i
end
-
- def has_gitlab_shell3?
- gitlab_shell_version.try(:start_with?, "v3.")
- end
end