summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hv.c b/hv.c
index bec2ddb13d..ca509aa62a 100644
--- a/hv.c
+++ b/hv.c
@@ -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;