summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-20 11:00:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-20 11:00:31 +0000
commit8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f (patch)
treefcb52651b7d9991dc1b04d83713a4c24c68130f0 /sv.c
parentcdd3ba141d0471cdda288698b2e3ab4be509f775 (diff)
downloadperl-8ae1fe26cb95d1274fd14fd03b3c3d0928a2403f.tar.gz
Remove the deprecated $# variable
p4raw-id: //depot/perl@24908
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 13e3f12eb8..2d6d84d8c1 100644
--- a/sv.c
+++ b/sv.c
@@ -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;