diff options
-rw-r--r-- | libguile/threads.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 9a9392057..22ad829d3 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -631,10 +631,6 @@ do_thread_exit (void *v) { scm_i_thread *t = (scm_i_thread *) v; - /* Ensure the signal handling thread has been launched, because we might be - shutting it down. This needs to be done in Guile mode. */ - scm_i_ensure_signal_delivery_thread (); - if (!scm_is_false (t->cleanup_handler)) { SCM ptr = t->cleanup_handler; |