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 <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7695>
This commit is contained in:
Eric Anholt 2020-11-18 10:18:21 -08:00 committed by Marge Bot
parent 661b292834
commit 311470fa64

View file

@ -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.