From 3adc43b8fe507e3140f7d6f9bab32584b9eadfa4 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Thu, 23 Jun 2011 22:21:02 +0200 Subject: win32: Make once-test work The barrier is not used when pthread is not available. --- src/tests/thread-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests/thread-test.c') diff --git a/src/tests/thread-test.c b/src/tests/thread-test.c index 4943a176..4071e429 100644 --- a/src/tests/thread-test.c +++ b/src/tests/thread-test.c @@ -94,8 +94,6 @@ int main(int argc, char *argv[]) { int i, k; pa_thread* t[THREADS_MAX]; - assert(pa_thread_is_running(pa_thread_self())); - mutex = pa_mutex_new(FALSE, FALSE); cond1 = pa_cond_new(); cond2 = pa_cond_new(); -- cgit