summaryrefslogtreecommitdiff
path: root/mg_names.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 22:35:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:42 -0800
commit93fa278758aa71f9c91078585c82898a9c7b8eb6 (patch)
treeecb4e0df516f4f2f96b02ccc244a4391f16dd60c /mg_names.c
parent307a54be0900ed9b37ec2967bff2a57d4874e280 (diff)
downloadperl-93fa278758aa71f9c91078585c82898a9c7b8eb6.tar.gz
Remove proto magic type
It is no longer in use, as of two commits ago.
Diffstat (limited to 'mg_names.c')
-rw-r--r--mg_names.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mg_names.c b/mg_names.c
index 237dfc5b9c..57d52db298 100644
--- a/mg_names.c
+++ b/mg_names.c
@@ -9,7 +9,6 @@
{ PERL_MAGIC_sv, "sv(\\0)" },
{ PERL_MAGIC_arylen, "arylen(#)" },
{ PERL_MAGIC_rhash, "rhash(%)" },
- { PERL_MAGIC_proto, "proto(&)" },
{ PERL_MAGIC_debugvar, "debugvar(*)" },
{ PERL_MAGIC_pos, "pos(.)" },
{ PERL_MAGIC_symtab, "symtab(:)" },