diff options
| author | Jack Nagel | 2014-07-17 21:54:58 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-17 21:55:21 -0500 | 
| commit | d50068490dd3868fa1612d5c62d158cd5a745dae (patch) | |
| tree | f85d2bd3141db357911832d0e1952770236a0b02 | |
| parent | 81f221ea56047136e12c194cb32f9cc517cbad10 (diff) | |
| download | homebrew-d50068490dd3868fa1612d5c62d158cd5a745dae.tar.bz2 | |
Remove dead code
This method is identical to the superclass implementation.
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 4 | 
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 | 
