diff options
-rw-r--r-- | pp_hot.c | 1 | ||||
-rw-r--r-- | sv.c | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -2230,7 +2230,6 @@ PP(pp_subst) } d = s; PL_curpm = pm; - SvSCREAM_off(TARG); /* disable possible screamer */ if (once) { if (RX_MATCH_TAINTED(rx)) /* run time pattern taint, eg locale */ rxtainted |= SUBST_TAINT_PAT; @@ -7621,8 +7621,6 @@ Perl_sv_gets(pTHX_ register SV *const sv, register PerlIO *const fp, I32 append) Swings and roundabouts. */ SvUPGRADE(sv, SVt_PV); - SvSCREAM_off(sv); - if (append) { if (PerlIO_isutf8(fp)) { if (!SvUTF8(sv)) { |