diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-24 14:04:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-29 23:55:22 -0700 |
commit | 43e373e63c219121304886fa2ecda701fe46cd7f (patch) | |
tree | 0929c11c205a4abc6fd2849134f6f19893d0292f /mg_names.c | |
parent | 9e3f0d16dbcc317a6b02a468a3501297984f7d6b (diff) | |
download | perl-43e373e63c219121304886fa2ecda701fe46cd7f.tar.gz |
Expunge study magic
I’m running out of synonyms for ‘remove’.
Diffstat (limited to 'mg_names.c')
-rw-r--r-- | mg_names.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mg_names.c b/mg_names.c index 62ba922fa8..51a49626f5 100644 --- a/mg_names.c +++ b/mg_names.c @@ -20,7 +20,6 @@ { PERL_MAGIC_env, "env(E)" }, { PERL_MAGIC_envelem, "envelem(e)" }, { PERL_MAGIC_fm, "fm(f)" }, - { PERL_MAGIC_study, "study(G)" }, { PERL_MAGIC_regex_global, "regex_global(g)" }, { PERL_MAGIC_hints, "hints(H)" }, { PERL_MAGIC_hintselem, "hintselem(h)" }, |