1
0
Fork 0
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:
matz 2000-05-08 03:21:21 +00:00
parent c9d51e1294
commit e8bf824c5c

1
eval.c
View file

@ -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;
}