aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 1466a8fd1..eb9d011d2 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"))