From 503cd786f074bead7a1c19d48bcde83ef6e4fb08 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Sep 2022 23:32:09 -0400 Subject: Remove redundant thread dependency --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index ce21dc4..5680a1a 100644 --- a/meson.build +++ b/meson.build @@ -253,7 +253,6 @@ if not get_option('tests').disabled() and not meson.is_subproject() ) endforeach - thread_dep = dependency('threads', required: get_option('tests')) if thread_dep.found() foreach test : threaded_tests sources = common_test_sources + files('test/@0@.c'.format(test)) -- cgit v1.2.1