summaryrefslogtreecommitdiffstats
path: root/src/polyp/thread-mainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/thread-mainloop.c')
-rw-r--r--src/polyp/thread-mainloop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/polyp/thread-mainloop.c b/src/polyp/thread-mainloop.c
index 32be494d..51fafe92 100644
--- a/src/polyp/thread-mainloop.c
+++ b/src/polyp/thread-mainloop.c
@@ -184,9 +184,6 @@ void pa_threaded_mainloop_unlock(pa_threaded_mainloop *m) {
void pa_threaded_mainloop_signal(pa_threaded_mainloop *m) {
assert(m);
- /* Make sure that this function is called from the helper thread */
- assert(m->thread_running && pthread_equal(pthread_self(), m->thread_id));
-
pthread_cond_broadcast(&m->cond);
}