X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.c;h=2d6d84d8c16f17b2d0719435a40809a9663072f2;hb=2522aa67345a7f37d0050d70f341ab3a0b6165b0;hp=13e3f12eb8ab1b183aaf994888b0dff21973ec44;hpb=cb4415b833301d0ffacb0772b2914f6cd6acc2f8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.c b/sv.c index 13e3f12..2d6d84d 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;