Skip to content

Commit

Permalink
Remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
rm155 committed Sep 29, 2023
1 parent c52fa60 commit ddbff1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,6 @@ enum gc_enter_event {
{ \
if (GET_VM()->ractor.sync.lock_owner != GET_RACTOR() && !objspace->running_global_gc) { \
if (objspace->local_gc_level == 0) { \
rb_native_mutex_lock(&objspace->ractor->borrowing_sync.borrower_count_lock); \
rb_native_mutex_lock(&objspace->ractor->borrowing_sync.borrower_count_lock); \
while (objspace->ractor->borrowing_sync.borrower_count != 0) {\
rb_ractor_blocking_threads_inc(objspace->ractor, __FILE__, __LINE__); \
Expand Down

0 comments on commit ddbff1e

Please sign in to comment.