diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 1466a8fd1b..eb9d011d27 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -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"))