diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-12-28 02:05:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-12-28 02:05:14 +0000 |
commit | dc9c021ca78f3bbc3b2e8051ee276bd4857df211 (patch) | |
tree | 5cc8f5808ea78f5321d0405782ba86ac144744a6 /sv.c | |
parent | b84cd2cbc1e1e5656828228b9350e1406e9c3890 (diff) | |
download | perl-dc9c021ca78f3bbc3b2e8051ee276bd4857df211.tar.gz |
these variables are not in use anywhere since 5.8.0
p4raw-id: //depot/perl@18355
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -10768,23 +10768,11 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_watchok = Nullch; PL_regdummy = proto_perl->Tregdummy; - PL_regcomp_parse = Nullch; - PL_regxend = Nullch; - PL_regcode = (regnode*)NULL; - PL_regnaughty = 0; - PL_regsawback = 0; PL_regprecomp = Nullch; PL_regnpar = 0; PL_regsize = 0; - PL_regflags = 0; - PL_regseen = 0; - PL_seen_zerolen = 0; - PL_seen_evals = 0; - PL_regcomp_rx = (regexp*)NULL; - PL_extralen = 0; PL_colorset = 0; /* reinits PL_colors[] */ /*PL_colors[6] = {0,0,0,0,0,0};*/ - PL_reg_whilem_seen = 0; PL_reginput = Nullch; PL_regbol = Nullch; PL_regeol = Nullch; |