summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-24 14:53:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-29 23:55:23 -0700
commitf32d4d069355f5bb56e90e9fe16ecc7a01116682 (patch)
tree0d01213f0a2c44c1ea6a5eff1cc54e917876340f /pp_hot.c
parent42bb8ff7b3697c670cb960482274cd0127bbda86 (diff)
downloadperl-f32d4d069355f5bb56e90e9fe16ecc7a01116682.tar.gz
Delete two instance of SvSCREAM_off
that no longer have any effect.
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index c9aa778fac..59ff881a93 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -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;