Remove dead code

This commit is contained in:
Jack Nagel 2014-04-01 22:54:02 -05:00
parent 8f1f1d8d8a
commit 55b0ee787a

View File

@ -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"