Remove dead code

This method is identical to the superclass implementation.
This commit is contained in:
Jack Nagel 2014-07-17 21:54:58 -05:00
parent 44fcb24606
commit 598e7010f9

View File

@ -288,10 +288,6 @@ class CurlBottleDownloadStrategy < CurlDownloadStrategy
@url = "#{@url}?use_mirror=#{mirror}" if mirror @url = "#{@url}?use_mirror=#{mirror}" if mirror
end end
def tarball_path
@tarball_path ||= HOMEBREW_CACHE/"#{name}-#{resource.version}#{ext}"
end
def stage def stage
ohai "Pouring #{tarball_path.basename}" ohai "Pouring #{tarball_path.basename}"
super super