meson: drop a comment relating to old meson version

This comment was related to an if/else on meson version that has
already been removed in c1a290bdd5

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14240>
This commit is contained in:
Thomas H.P. Andersen 2021-12-16 22:58:58 +01:00 committed by Marge Bot
parent 88d0aeab6d
commit 1867a0cebf
1 changed files with 0 additions and 4 deletions

View File

@ -1709,10 +1709,6 @@ if with_llvm
# programs, so we need to build all C++ code in mesa without rtti as well to
# ensure that linking works. Note that MSVC does handle mismatching RTTI
# without issues, so only apply this for other compilers.
#
# In meson 0.51.0 we can use cmake to find LLVM in addittion to meson's
# builtin llvm-config based finder. A new generic variable getter method
# has also been added, so we'll use that if we can, to cover the cmake case.
if dep_llvm.type_name() == 'internal'
_llvm_rtti = subproject('llvm').get_variable('has_rtti', true)
else