summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-25 14:46:09 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-25 14:46:09 +0000
commit7a94669413c085c03aa0b9495a9667ad7332c115 (patch)
tree3ebcc5bfcac49edba1a9c9d3ab37a521c99880ea /sv.c
parent25139ca2c475cc771884a9857be4603c3d2f7eef (diff)
downloadperl-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 3aa9108772..dc4bc5c1a6 100644
--- a/sv.c
+++ b/sv.c
@@ -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;