diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 06d37de660..011d7dbf39 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -288,10 +288,6 @@ class CurlBottleDownloadStrategy < CurlDownloadStrategy @url = "#{@url}?use_mirror=#{mirror}" if mirror end - def tarball_path - @tarball_path ||= HOMEBREW_CACHE/"#{name}-#{resource.version}#{ext}" - end - def stage ohai "Pouring #{tarball_path.basename}" super