Skip to content

Commit 6e19f27

Browse files
committed
Remove old comment about inserting gc write barrier
1 parent 11989a0 commit 6e19f27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/iddict.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ JL_DLLEXPORT jl_genericmemory_t *jl_idtable_rehash(jl_genericmemory_t *a, size_t
2323
for (i = 0; i < sz; i += 2) {
2424
if (ol[i + 1] != NULL) {
2525
jl_table_assign_bp(&newa, ol[i], ol[i + 1]);
26-
// it is however necessary here because allocation
27-
// can (and will) occur in a recursive call inside table_lookup_bp
2826
}
2927
}
3028
JL_GC_POP();

0 commit comments

Comments
 (0)