Remove dead code
This commit is contained in:
parent
6a6b319a8b
commit
3ff3e74438
@ -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?`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user