aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2015-01-04 15:37:33 -0500
committerJack Nagel2015-01-04 15:37:33 -0500
commitbba14bb9d4dfa42751ecc2817b6748be6124ba91 (patch)
tree409fb4a1b9d947e8a8f0b54147a448da68cf584d /Library/Homebrew/download_strategy.rb
parent8d0213ba255be1b3fe6340cbe18cb1c7e0e5a6e7 (diff)
downloadhomebrew-bba14bb9d4dfa42751ecc2817b6748be6124ba91.tar.bz2
Remove unused assignment
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-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 f2e87a825..094e8265f 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -380,7 +380,6 @@ class LocalBottleDownloadStrategy < AbstractFileDownloadStrategy
attr_reader :cached_location
def initialize(formula)
- @name = name
@cached_location = formula.local_bottle_path
end