aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-06 19:24:17 -0500
committerJack Nagel2013-08-06 19:24:17 -0500
commit3ff3e7443857aa15ec6a2c9db6810c6dbf91a915 (patch)
treec9fcc3406d67c937afef177998b813f05e1af4e7 /Library
parent6a6b319a8bc3f91c0e29b7afe2d30d53b8578b72 (diff)
downloadbrew-3ff3e7443857aa15ec6a2c9db6810c6dbf91a915.tar.bz2
Remove dead code
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/superenv.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb
index 29119b00b..85f8c448b 100644
--- a/Library/Homebrew/superenv.rb
+++ b/Library/Homebrew/superenv.rb
@@ -21,8 +21,6 @@ def superenv?
MacOS.sdk_path.nil?) and # because superenv will fail to find stuff
superbin and superbin.directory? and
not ARGV.include? "--env=std"
-rescue # blanket rescue because there are naked raises
- false
end
# Note that this block is guarded with `if superenv?`