summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 4c5c0b55b..ea60f9bcd 100644
--- a/eval.c
+++ b/eval.c
@@ -7980,7 +7980,6 @@ rb_thread_remove(th)
rb_thread_ready(th);
rb_thread_die(th);
- if (th->status == THREAD_KILLED) return; /* died in process */
th->prev->next = th->next;
th->next->prev = th->prev;
}