diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-09-29 22:26:37 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-09-29 22:26:37 +0000 |
commit | de11ba31bba9f0eef0f76239d1d93a010926d6cf (patch) | |
tree | 724cef4d613ee15150c252a4fee3a1d757062516 /intrpvar.h | |
parent | b921d661723e8701da56072309db071fd10e051c (diff) | |
download | perl-de11ba31bba9f0eef0f76239d1d93a010926d6cf.tar.gz |
Remove package; (Heh heh.)
p4raw-id: //depot/perl@17942
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index c64b838a3c..b2807c8d73 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -456,8 +456,6 @@ PERLVAR(Ifdpid_mutex, perl_mutex) /* mutex for fdpid array */ PERLVAR(Isv_lock_mutex, perl_mutex) /* mutex for SvLOCK macro */ #endif -PERLVAR(Inullstash, HV *) /* illegal symbols end up here */ - PERLVAR(Ixnv_arenaroot, XPV*) /* list of allocated xnv areas */ PERLVAR(Ixrv_arenaroot, XPV*) /* list of allocated xrv areas */ PERLVAR(Ixpv_arenaroot, XPV*) /* list of allocated xpv areas */ |