diff options
Diffstat (limited to 'libguile/throw.c')
-rw-r--r-- | libguile/throw.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/throw.c b/libguile/throw.c index afa9ffaec..dfcb4c44d 100644 --- a/libguile/throw.c +++ b/libguile/throw.c @@ -485,9 +485,6 @@ scm_handle_by_message (void *handler_data, SCM tag, SCM args) } handler_message (handler_data, tag, args); - /* try to flush the error message first before the rest of the - ports: if any throw error, it currently causes a bus - exception. */ exit (2); } |