aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-05-01 16:47:28 -0500
committerJack Nagel2014-05-01 16:47:28 -0500
commit3040bd3aae9e8b03f8c5ddcc44d6eb624d031ae6 (patch)
treecab0353a6ea90538a6884176ee06483c0da7b63e /Library/Homebrew
parent762b8d1f16289a21dd26ad7b48ca886851001634 (diff)
downloadbrew-3040bd3aae9e8b03f8c5ddcc44d6eb624d031ae6.tar.bz2
Remove outdated comment
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/os/mac.rb2
1 files changed, 0 insertions, 2 deletions
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