summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 96e6c360c4..5ff387cd43 100644
--- a/thread.c
+++ b/thread.c
@@ -743,7 +743,6 @@ thread_create_core(VALUE thval, VALUE args, VALUE (*fn)(ANYARGS))
RBASIC_CLEAR_CLASS(th->pending_interrupt_mask_stack);
native_mutex_initialize(&th->interrupt_lock);
- th->report_on_exception = th->vm->thread_report_on_exception;
/* kick thread */
err = native_thread_create(th);