aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-rw-r--r--Library/Homebrew/download_strategy.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 06d37de66..011d7dbf3 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