aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-05-16 15:25:09 -0500
committerJack Nagel2013-05-16 15:26:25 -0500
commitf6329e44d02cafc5ee0aaec38b2ca3e1e078ce71 (patch)
tree3fc08555e4ab9db13f62d1836b5803a9c5e04664 /Library/Homebrew
parent61764b477bc30449e27ca0d934a5d7b878b45eaa (diff)
downloadhomebrew-f6329e44d02cafc5ee0aaec38b2ca3e1e078ce71.tar.bz2
CurlDownloadStrategy: remove "tarball_path" accessor
This information is already exposed as "cached_location", which is common to all download strategies.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/download_strategy.rb1
1 files changed, 0 insertions, 1 deletions
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