mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove duplicated line of code in thread_sync.c
This commit is contained in:
parent
c30d900547
commit
f2cecf57b1
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ do_mutex_lock(VALUE self, int interruptible_p)
|
|||
rb_ractor_sleeper_threads_dec(th->ractor);
|
||||
th->status = prev_status;
|
||||
th->locking_mutex = Qfalse;
|
||||
th->locking_mutex = Qfalse;
|
||||
|
||||
RUBY_DEBUG_LOG("%p wakeup", mutex);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue