From 9f0b1bde89d51a5f9e6e2eba274f4fd38e2c880b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Feb 2003 03:33:29 +0000 Subject: * eval.c (rb_thread_remove): back outt changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eval.c') 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; } -- cgit