diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-24 14:53:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-29 23:55:23 -0700 |
commit | f32d4d069355f5bb56e90e9fe16ecc7a01116682 (patch) | |
tree | 0d01213f0a2c44c1ea6a5eff1cc54e917876340f /pp_hot.c | |
parent | 42bb8ff7b3697c670cb960482274cd0127bbda86 (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 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; |