From 311470fa64423f6ea2cadabf18c90aee07339aa0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 18 Nov 2020 10:18:21 -0800 Subject: [PATCH] meson: Remove old todo comment about pthread stubs. Noticed while making my last change. pthread stubs are long dead, we actually use threads all over now. Reviewed-by: Rob Clark Part-of: --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index d866e7313cb..d6cd3136b36 100644 --- a/meson.build +++ b/meson.build @@ -1657,8 +1657,6 @@ else asan_c_args = ['-DBUILT_WITH_ASAN=0'] endif -# pthread stubs. Lets not and say we didn't - if host_machine.system() == 'windows' # Prefer the winflexbison versions, they're much easier to install and have # better windows support.