aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-06-27 16:25:41 -0400
committerJack Nagel2015-06-27 16:25:44 -0400
commit929fd12650b5f01f7f5aee1338cc25d993f59389 (patch)
tree461e036a5e698a2eba153d6b09a0fa8d42dbef97 /Library
parenta4cf3c273b1a78994c823b2c10eeb13a94ffd7a5 (diff)
downloadbrew-929fd12650b5f01f7f5aee1338cc25d993f59389.tar.bz2
Remove unused method
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"))