diff options
| author | Jack Nagel | 2014-05-01 16:47:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-01 16:47:28 -0500 |
| commit | 86ca1c693fe95c38e1b672a764dbd0511395ef21 (patch) | |
| tree | 24be3f3e63d8d6b74e26ce985cf72d7c49fc1c84 /Library/Homebrew/os | |
| parent | a631c54c30220736b428b05a8c4a20d4d92b31d6 (diff) | |
| download | homebrew-86ca1c693fe95c38e1b672a764dbd0511395ef21.tar.bz2 | |
Remove outdated comment
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac.rb | 2 |
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 |
