Remove dead code

This commit is contained in:
Jack Nagel 2013-08-06 19:24:17 -05:00
parent 6a6b319a8b
commit 3ff3e74438

View File

@ -21,8 +21,6 @@ def superenv?
MacOS.sdk_path.nil?) and # because superenv will fail to find stuff MacOS.sdk_path.nil?) and # because superenv will fail to find stuff
superbin and superbin.directory? and superbin and superbin.directory? and
not ARGV.include? "--env=std" not ARGV.include? "--env=std"
rescue # blanket rescue because there are naked raises
false
end end
# Note that this block is guarded with `if superenv?` # Note that this block is guarded with `if superenv?`