summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2006-02-04 22:31:14 -0700
committerNicholas Clark <nick@ccl4.org>2006-02-05 22:00:11 +0000
commit476a1e16f1a85a366e08179098d846acf0b42939 (patch)
treef5a3d40781f3ee47751f5e5009acd696b15f4900 /hv.c
parent84fc275b0c62bafad833d20cf8222d1372e9fd12 (diff)
downloadperl-476a1e16f1a85a366e08179098d846acf0b42939.tar.gz
[patch] rework arenas - repair arenasets
Message-ID: <43E5F012.1080203@gmail.com> Date: Sun, 05 Feb 2006 05:31:14 -0700 p4raw-id: //depot/perl@27097
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;