From 3d71826e6dc794b0f3b6b9098ff0b49e3f997bfa Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 7 Mar 2015 15:34:01 +0000 Subject: [PATCH] bottle: remove unused variable. --- Library/Homebrew/cmd/bottle.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 77b75ed821..203010dc75 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -52,8 +52,6 @@ module Homebrew result = false keg.each_unique_file_matching(string) do |file| - put_filename = false - # Check dynamic library linkage. Importantly, do not run otool on static # libraries, which will falsely report "linkage" to themselves. if file.mach_o_executable? or file.dylib? or file.mach_o_bundle?