summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-24 14:04:02 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-29 23:55:22 -0700
commit43e373e63c219121304886fa2ecda701fe46cd7f (patch)
tree0929c11c205a4abc6fd2849134f6f19893d0292f /mg.c
parent9e3f0d16dbcc317a6b02a468a3501297984f7d6b (diff)
downloadperl-43e373e63c219121304886fa2ecda701fe46cd7f.tar.gz
Expunge study magic
I’m running out of synonyms for ‘remove’.
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mg.c b/mg.c
index 855671b1de..4424bfebc3 100644
--- a/mg.c
+++ b/mg.c
@@ -2432,9 +2432,6 @@ Perl_magic_setregexp(pTHX_ SV *sv, MAGIC *mg)
} else if (type == PERL_MAGIC_bm) {
SvTAIL_off(sv);
SvVALID_off(sv);
- } else if (type == PERL_MAGIC_study) {
- if (!isGV_with_GP(sv))
- SvSCREAM_off(sv);
} else {
assert(type == PERL_MAGIC_fm);
}