mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eval.c remove debug printf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9d51e1294
commit
e8bf824c5c
1 changed files with 0 additions and 1 deletions
1
eval.c
1
eval.c
|
@ -6640,7 +6640,6 @@ rb_thread_schedule()
|
|||
rb_thread_ready(next);
|
||||
next->status = THREAD_TO_KILL;
|
||||
}
|
||||
printf("<0x%x>\n", next);
|
||||
if (next->status == THREAD_RUNNABLE && next == curr_thread) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue