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
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…
x
Reference in New Issue
Block a user