diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-12-21 10:15:34 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-12-21 10:15:34 +0100 |
commit | f7f56e4a0bd0adf2dac23ee99484f469c78ac2a1 (patch) | |
tree | 5210e6e6e7e32db5af26bf2539c33fb82d3742d5 | |
parent | 0f7d47f695afa051374996cb1c72bc3ec55820c5 (diff) | |
parent | 586590d20ed7e47465460c0fbcd0df1b9ea45afc (diff) | |
download | gitlab-ce-f7f56e4a0bd0adf2dac23ee99484f469c78ac2a1.tar.gz |
Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3
Remove unused has_gitlab_shell3? method
-rw-r--r-- | lib/tasks/gitlab/check.rake | 4 |
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 |