Remove unused has_gitlab_shell3? method

This commit is contained in:
Ciro Santilli
2014-11-05 17:24:20 +01:00
parent f9814bf288
commit 586590d20e
-4
View File
@@ -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