summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-11-05 17:24:20 +0100
committerCiro Santilli <ciro.santilli@gmail.com>2014-11-05 17:24:20 +0100
commit586590d20ed7e47465460c0fbcd0df1b9ea45afc (patch)
treee8dd459b48936cb48d8d19e32c4f45e43d89a798 /lib/tasks
parentf9814bf28831aeef746cfdc35431c8de45ff7677 (diff)
downloadgitlab-ce-586590d20ed7e47465460c0fbcd0df1b9ea45afc.tar.gz
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 56e8ff44988..f2705256f73 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -589,10 +589,6 @@ namespace :gitlab do
def gitlab_shell_patch_version
required_gitlab_shell_version.split(".")[2].to_i
end
-
- def has_gitlab_shell3?
- gitlab_shell_version.try(:start_with?, "v3.")
- end
end