From 272c331913c46be3a5bd328d3851c49cabc9be14 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 5 Aug 2025 17:04:51 +0800 Subject: [PATCH] meson: Remove redundant TODO: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Acked-by: Marek Olšák Part-of: --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 42994e11ccb..09e2a757bd3 100644 --- a/meson.build +++ b/meson.build @@ -1321,8 +1321,6 @@ endif dep_ws2_32 = cc.find_library('ws2_32', required : with_platform_windows) -# TODO: shared/static? Is this even worth doing? - with_asm_arch = '' if host_machine.cpu_family() == 'x86' if system_has_kms_drm or host_machine.system() == 'gnu'