From 598e7010f98c261df7c0a17c79dea554aebd1334 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 17 Jul 2014 21:54:58 -0500 Subject: [PATCH] Remove dead code This method is identical to the superclass implementation. --- Library/Homebrew/download_strategy.rb | 4 ---- 1 file changed, 4 deletions(-) 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