Skip to content

Commit 14ee8df

Browse files
d-nettokpamnany
authored andcommitted
remove duplicate gc_try_claim_and_push (JuliaLang#49780)
1 parent 7818e1b commit 14ee8df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,6 @@ STATIC_INLINE jl_value_t *gc_mark_obj16(jl_ptls_t ptls, char *obj16_parent, uint
20762076
if (new_obj != NULL) {
20772077
verify_parent2("object", obj16_parent, slot, "field(%d)",
20782078
gc_slot_to_fieldidx(obj16_parent, slot, (jl_datatype_t*)jl_typeof(obj16_parent)));
2079-
gc_try_claim_and_push(mq, new_obj, &nptr);
20802079
if (obj16_begin + 1 != obj16_end) {
20812080
gc_try_claim_and_push(mq, new_obj, &nptr);
20822081
}

0 commit comments

Comments
 (0)