aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-17 21:54:58 -0500
committerJack Nagel2014-07-17 21:55:21 -0500
commitd50068490dd3868fa1612d5c62d158cd5a745dae (patch)
treef85d2bd3141db357911832d0e1952770236a0b02 /Library/Homebrew/download_strategy.rb
parent81f221ea56047136e12c194cb32f9cc517cbad10 (diff)
downloadhomebrew-d50068490dd3868fa1612d5c62d158cd5a745dae.tar.bz2
Remove dead code
This method is identical to the superclass implementation.
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