From 8535c037ac8e6e8bff50db271de5e2d9c9370890 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 4 Jan 2015 15:37:33 -0500 Subject: [PATCH] Remove unused assignment --- Library/Homebrew/download_strategy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index f2e87a8258..094e8265ff 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