From f6329e44d02cafc5ee0aaec38b2ca3e1e078ce71 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 16 May 2013 15:25:09 -0500 Subject: CurlDownloadStrategy: remove "tarball_path" accessor This information is already exposed as "cached_location", which is common to all download strategies. --- Library/Homebrew/download_strategy.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 67261af2a..589de6e89 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -31,7 +31,6 @@ class AbstractDownloadStrategy end class CurlDownloadStrategy < AbstractDownloadStrategy - attr_reader :tarball_path attr_accessor :local_bottle_path def initialize name, package -- cgit v1.2.3