bottle: remove unused variable.

This commit is contained in:
Mike McQuaid 2015-03-07 15:34:01 +00:00
parent 87a35e3580
commit 3d71826e6d

View File

@ -52,8 +52,6 @@ module Homebrew
result = false result = false
keg.each_unique_file_matching(string) do |file| keg.each_unique_file_matching(string) do |file|
put_filename = false
# Check dynamic library linkage. Importantly, do not run otool on static # Check dynamic library linkage. Importantly, do not run otool on static
# libraries, which will falsely report "linkage" to themselves. # libraries, which will falsely report "linkage" to themselves.
if file.mach_o_executable? or file.dylib? or file.mach_o_bundle? if file.mach_o_executable? or file.dylib? or file.mach_o_bundle?