From 586590d20ed7e47465460c0fbcd0df1b9ea45afc Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 5 Nov 2014 17:24:20 +0100 Subject: Remove unused has_gitlab_shell3? method --- lib/tasks/gitlab/check.rake | 4 ---- 1 file changed, 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 -- cgit v1.2.1