From 3040bd3aae9e8b03f8c5ddcc44d6eb624d031ae6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 1 May 2014 16:47:28 -0500 Subject: Remove outdated comment --- Library/Homebrew/os/mac.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 2d06fe7e0..4dafe82d4 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -145,8 +145,6 @@ module OS alias_method :gcc_build_version, :gcc_42_build_version def llvm_build_version - # for Xcode 3 on OS X 10.5 this will not exist - # NOTE may not be true anymore but we can't test @llvm_build_version ||= if (path = locate("llvm-gcc")) && path.realpath.basename.to_s !~ /^clang/ %x{#{path} --version}[/LLVM build (\d{4,})/, 1].to_i -- cgit v1.2.3