diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-20 11:00:31 +0000 |
commit | 8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f (patch) | |
tree | fcb52651b7d9991dc1b04d83713a4c24c68130f0 /sv.c | |
parent | cdd3ba141d0471cdda288698b2e3ab4be509f775 (diff) | |
download | perl-8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f.tar.gz |
Remove the deprecated $# variable
p4raw-id: //depot/perl@24908
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11584,7 +11584,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_mess_sv = Nullsv; PL_ors_sv = sv_dup_inc(proto_perl->Iors_sv, param); - PL_ofmt = SAVEPV(proto_perl->Iofmt); /* interpreter atexit processing */ PL_exitlistlen = proto_perl->Iexitlistlen; |