Commit f7f56e4a authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8256 from cirosantilli/rm-unused-has_gitlab_shell3

Remove unused has_gitlab_shell3? method
parents 0f7d47f6 586590d2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment