Skip to content

Commit

Permalink
remove spurious gc_try_claim_and_push
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto committed Sep 27, 2023
1 parent 0a9a31c commit 19acca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,6 @@ STATIC_INLINE jl_value_t *gc_mark_obj16(jl_ptls_t ptls, char *obj16_parent, uint
if (new_obj != NULL) {
verify_parent2("object", obj16_parent, slot, "field(%d)",
gc_slot_to_fieldidx(obj16_parent, slot, (jl_datatype_t*)jl_typeof(obj16_parent)));
gc_try_claim_and_push(mq, new_obj, &nptr);
if (obj16_begin + 1 != obj16_end) {
gc_try_claim_and_push(mq, new_obj, &nptr);
}
Expand Down

0 comments on commit 19acca7

Please sign in to comment.