summaryrefslogtreecommitdiff
path: root/src/systhread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systhread.c')
-rw-r--r--src/systhread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/systhread.c b/src/systhread.c
index 0d600d6895e..ff2b43dc92b 100644
--- a/src/systhread.c
+++ b/src/systhread.c
@@ -175,13 +175,6 @@ sys_cond_broadcast (sys_cond_t *cond)
{
int error = pthread_cond_broadcast (cond);
eassert (error == 0);
-#ifdef HAVE_NS
- /* Send an app defined event to break out of the NS run loop.
- It seems that if ns_select is running the NS run loop, this
- broadcast has no effect until the loop is done, breaking a couple
- of tests in thread-tests.el. */
- ns_run_loop_break ();
-#endif
}
void