Remove unused assignment

This commit is contained in:
Jack Nagel 2015-01-04 15:37:33 -05:00
parent 50514678d1
commit 8535c037ac

View File

@ -380,7 +380,6 @@ class LocalBottleDownloadStrategy < AbstractFileDownloadStrategy
attr_reader :cached_location
def initialize(formula)
@name = name
@cached_location = formula.local_bottle_path
end