Skip to content
Snippets Groups Projects
Commit 3040bd3a authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove outdated comment

parent 762b8d1f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment