diff options
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ S_more_he(pTHX) HE* heend; he = (HE*) Perl_get_arena(aTHX_ PERL_ARENA_SIZE); - HeNEXT(he) = (HE*) PL_body_arenas; - PL_body_arenas = he; heend = &he[PERL_ARENA_SIZE / sizeof(HE) - 1]; PL_body_roots[HE_SVSLOT] = ++he; |