mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
* 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
This commit is contained in:
parent
973b1eb274
commit
8fc299e8bc
2 changed files with 2 additions and 6 deletions
1
eval.c
1
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue