diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-25 14:46:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-25 14:46:09 +0000 |
commit | 7a94669413c085c03aa0b9495a9667ad7332c115 (patch) | |
tree | 3ebcc5bfcac49edba1a9c9d3ab37a521c99880ea /sv.c | |
parent | 25139ca2c475cc771884a9857be4603c3d2f7eef (diff) | |
download | perl-7a94669413c085c03aa0b9495a9667ad7332c115.tar.gz |
PL_multiline isn't referenced, and can be removed.
p4raw-id: //depot/perl@27602
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10907,7 +10907,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_formfeed = sv_dup(proto_perl->Iformfeed, param); PL_maxsysfd = proto_perl->Imaxsysfd; - PL_multiline = proto_perl->Imultiline; PL_statusvalue = proto_perl->Istatusvalue; #ifdef VMS PL_statusvalue_vms = proto_perl->Istatusvalue_vms; |