Map the HE arena onto SV type 0 (SVt_NULL).
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 7c14985..9b95aad 100644 (file)
@@ -249,8 +249,6 @@ PERLVAR(Isighandlerp,       Sighandler_t)
 
 PERLVARA(Ibody_roots,  SVt_LAST, void*) /* array of body roots */
 
-PERLVAR(Ihe_root,      HE *)           /* free he list */
-
 PERLVAR(Inice_chunk,   char *)         /* a nice chunk of memory to reuse */
 PERLVAR(Inice_chunk_size,      U32)    /* how nice the chunk of memory is */
 
@@ -417,8 +415,6 @@ PERLVARI(Ibeginav_save, AV*, Nullav)        /* save BEGIN{}s when compiling */
 
 PERLVARA(Ibody_arenaroots, SVt_LAST, void*) /* consolidated body-arena pointers */
 
-PERLVAR(Ihe_arenaroot, HE *)           /* list of allocated he areas */
-
      /* 5.6.0 stopped here */
 
 PERLVAR(Ipsig_pend, int *)             /* per-signal "count" of pending */