aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/mach.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/mach.rb b/Library/Homebrew/mach.rb
index 537b2588e..44726ac5f 100644
--- a/Library/Homebrew/mach.rb
+++ b/Library/Homebrew/mach.rb
@@ -66,9 +66,6 @@ module MachO
end
mach_data
rescue
- # read() will raise if it sees EOF, which should only happen if the
- # file is < 8 bytes. Otherwise, we raise if the file is not a Mach-O
- # binary. In both cases, we want to return an empty array.
[]
end
end