diff options
Diffstat (limited to 'src/systhread.c')
| -rw-r--r-- | src/systhread.c | 7 |
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) | |||
| 175 | { | 175 | { |
| 176 | int error = pthread_cond_broadcast (cond); | 176 | int error = pthread_cond_broadcast (cond); |
| 177 | eassert (error == 0); | 177 | eassert (error == 0); |
| 178 | #ifdef HAVE_NS | ||
| 179 | /* Send an app defined event to break out of the NS run loop. | ||
| 180 | It seems that if ns_select is running the NS run loop, this | ||
| 181 | broadcast has no effect until the loop is done, breaking a couple | ||
| 182 | of tests in thread-tests.el. */ | ||
| 183 | ns_run_loop_break (); | ||
| 184 | #endif | ||
| 185 | } | 178 | } |
| 186 | 179 | ||
| 187 | void | 180 | void |