Remove unused method

This commit is contained in:
Jack Nagel 2015-06-27 16:25:41 -04:00
parent a4cf3c273b
commit 929fd12650

View File

@ -76,10 +76,6 @@ module OS
end
end
def default_cxx_stdlib
version >= :mavericks ? :libcxx : :libstdcxx
end
def gcc_40_build_version
@gcc_40_build_version ||=
if (path = locate("gcc-4.0"))