From 1867a0cebfb10bb2102bcec4420c4768429dd8da Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Thu, 16 Dec 2021 22:58:58 +0100 Subject: [PATCH] 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 c1a290bdd57536d6afcff6a02f1512fba7328729 Part-of: --- meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meson.build b/meson.build index 597ea7057f9..0a93ca724ed 100644 --- a/meson.build +++ b/meson.build @@ -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