aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-01-04 15:37:33 -0500
committerJack Nagel2015-01-04 15:37:33 -0500
commit8535c037ac8e6e8bff50db271de5e2d9c9370890 (patch)
tree77d14ea420f6bc400bdf175af6bab2788ab2ed89 /Library
parent50514678d1189c6534c7b02091b30fccdbb6bfed (diff)
downloadbrew-8535c037ac8e6e8bff50db271de5e2d9c9370890.tar.bz2
Remove unused assignment
Diffstat (limited to 'Library')
-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