mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
style fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c3026b723c
commit
b842263696
1 changed files with 0 additions and 2 deletions
2
thread.c
2
thread.c
|
@ -1816,8 +1816,6 @@ rb_threadptr_execute_interrupts(rb_thread_t *th, int blocking_timing)
|
|||
finalizer_interrupt = interrupt & FINALIZER_INTERRUPT_MASK;
|
||||
trap_interrupt = interrupt & TRAP_INTERRUPT_MASK;
|
||||
|
||||
|
||||
|
||||
/* signal handling */
|
||||
if (trap_interrupt && (th == th->vm->main_thread)) {
|
||||
enum rb_thread_status prev_status = th->status;
|
||||
|
|
Loading…
Add table
Reference in a new issue