summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-21 03:33:29 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-21 03:33:29 +0000
commit8fc299e8bc5a8c0347597da6b271f21db8f5f3cc (patch)
treeea6ab94f3f82054e0666a64ba87b372e40afbea5 /eval.c
parent973b1eb274a077ba6bebc394e724a2f8a44b71de (diff)
* eval.c (rb_thread_remove): back outt changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 4c5c0b55bf..ea60f9bcd6 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;
}