summaryrefslogtreecommitdiff
path: root/mg_raw.h
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_raw.h
parent9e3f0d16dbcc317a6b02a468a3501297984f7d6b (diff)
downloadperl-43e373e63c219121304886fa2ecda701fe46cd7f.tar.gz
Expunge study magic
I’m running out of synonyms for ‘remove’.
Diffstat (limited to 'mg_raw.h')
-rw-r--r--mg_raw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mg_raw.h b/mg_raw.h
index b6a48a42b1..76cf42f13d 100644
--- a/mg_raw.h
+++ b/mg_raw.h
@@ -34,8 +34,6 @@
"/* envelem 'e' %ENV hash element */" },
{ 'f', "want_vtbl_regdata | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
"/* fm 'f' Formline ('compiled' format) */" },
- { 'G', "want_vtbl_regexp | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
- "/* study 'G' study()ed string */" },
{ 'g', "want_vtbl_mglob | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
"/* regex_global 'g' m//g target */" },
{ 'H', "want_vtbl_hints",