Skip to content

Commit 19acca7

Browse files
committed
remove spurious gc_try_claim_and_push
1 parent 0a9a31c commit 19acca7

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
@@ -2074,7 +2074,6 @@ STATIC_INLINE jl_value_t *gc_mark_obj16(jl_ptls_t ptls, char *obj16_parent, uint
20742074
if (new_obj != NULL) {
20752075
verify_parent2("object", obj16_parent, slot, "field(%d)",
20762076
gc_slot_to_fieldidx(obj16_parent, slot, (jl_datatype_t*)jl_typeof(obj16_parent)));
2077-
gc_try_claim_and_push(mq, new_obj, &nptr);
20782077
if (obj16_begin + 1 != obj16_end) {
20792078
gc_try_claim_and_push(mq, new_obj, &nptr);
20802079
}

0 commit comments

Comments
 (0)