From 929fd12650b5f01f7f5aee1338cc25d993f59389 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 27 Jun 2015 16:25:41 -0400 Subject: [PATCH] Remove unused method --- Library/Homebrew/os/mac.rb | 4 ---- 1 file changed, 4 deletions(-) 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"))