Remove more dead code
This commit is contained in:
parent
326f50ae3f
commit
397ccc9968
@ -15,12 +15,4 @@ module MacSystem extend self
|
||||
@x11_prefix ||= %W[/opt/X11 /usr/X11
|
||||
#{MacOS.sdk_path}/usr/X11].find{|path| File.directory? "#{path}/include" }
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def tst prefix
|
||||
prefix = prefix.to_s.chomp
|
||||
xcrun = "#{prefix}/usr/bin/xcrun"
|
||||
prefix if xcrun != "/usr/bin/xcrun" and File.executable? xcrun
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user