aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-17 21:54:58 -0500
committerJack Nagel2014-07-17 21:55:21 -0500
commit598e7010f98c261df7c0a17c79dea554aebd1334 (patch)
tree36106cd3c61082792e331cabbb380268ebdaa769 /Library
parent44fcb24606c325e270c8ab72dba35e22bf6001aa (diff)
downloadbrew-598e7010f98c261df7c0a17c79dea554aebd1334.tar.bz2
Remove dead code
This method is identical to the superclass implementation.
Diffstat (limited to 'Library')
-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