Remove dead code
This commit is contained in:
parent
8f1f1d8d8a
commit
55b0ee787a
@ -180,15 +180,6 @@ module OS
|
||||
!!detect_version
|
||||
end
|
||||
|
||||
def mavericks_dev_tools?
|
||||
MacOS.dev_tools_path == Pathname("#{MAVERICKS_PKG_PATH}/usr/bin") &&
|
||||
File.directory?("#{MAVERICKS_PKG_PATH}/usr/include")
|
||||
end
|
||||
|
||||
def usr_dev_tools?
|
||||
MacOS.dev_tools_path == Pathname("/usr/bin") && File.directory?("/usr/include")
|
||||
end
|
||||
|
||||
def latest_version
|
||||
if MacOS.version >= "10.8"
|
||||
"503.0.38"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user