summaryrefslogtreecommitdiffstats
path: root/src/tests/thread-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/thread-test.c')
-rw-r--r--src/tests/thread-test.c2
1 files changed, 0 insertions, 2 deletions
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();