bottle: remove unused variable.
This commit is contained in:
parent
87a35e3580
commit
3d71826e6d
@ -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?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user