aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-07 15:34:01 +0000
committerMike McQuaid2015-03-08 09:39:14 +0000
commit3d71826e6dc794b0f3b6b9098ff0b49e3f997bfa (patch)
tree501d85b8b681c70eaf32ca0ebbd5089e924388b4 /Library
parent87a35e3580f6d24105ad0e302b58077b548b8cd6 (diff)
downloadbrew-3d71826e6dc794b0f3b6b9098ff0b49e3f997bfa.tar.bz2
bottle: remove unused variable.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index 77b75ed82..203010dc7 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?