Skip to content
Snippets Groups Projects
Commit 3d71826e authored by Mike McQuaid's avatar Mike McQuaid
Browse files

bottle: remove unused variable.

parent 87a35e35
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment