Skip to content

Commit 9959c76

Browse files
committed
remove spurious gc_try_claim_and_push
1 parent 47a7fef commit 9959c76

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
@@ -1994,7 +1994,6 @@ STATIC_INLINE jl_value_t *gc_mark_obj16(jl_ptls_t ptls, char *obj16_parent, uint
19941994
if (new_obj != NULL) {
19951995
verify_parent2("object", obj16_parent, slot, "field(%d)",
19961996
gc_slot_to_fieldidx(obj16_parent, slot, (jl_datatype_t*)jl_typeof(obj16_parent)));
1997-
gc_try_claim_and_push(mq, new_obj, &nptr);
19981997
if (obj16_begin + 1 != obj16_end) {
19991998
gc_try_claim_and_push(mq, new_obj, &nptr);
20001999
}

0 commit comments

Comments
 (0)