diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-27 22:35:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-30 11:48:42 -0800 |
commit | 93fa278758aa71f9c91078585c82898a9c7b8eb6 (patch) | |
tree | ecb4e0df516f4f2f96b02ccc244a4391f16dd60c /regen/mg_vtable.pl | |
parent | 307a54be0900ed9b37ec2967bff2a57d4874e280 (diff) | |
download | perl-93fa278758aa71f9c91078585c82898a9c7b8eb6.tar.gz |
Remove proto magic type
It is no longer in use, as of two commits ago.
Diffstat (limited to 'regen/mg_vtable.pl')
-rw-r--r-- | regen/mg_vtable.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regen/mg_vtable.pl b/regen/mg_vtable.pl index 7eda5e135a..46dce97c91 100644 --- a/regen/mg_vtable.pl +++ b/regen/mg_vtable.pl @@ -94,7 +94,6 @@ my %mg = desc => "Shadow \"foreach\" iterator variable /\nsmart parameter vivification" }, arylen => { char => '#', vtable => 'arylen', value_magic => 1, desc => 'Array length ($#ary)' }, - proto => { char => '&', desc => 'my sub prototype CV' }, pos => { char => '.', vtable => 'pos', value_magic => 1, desc => 'pos() lvalue' }, backref => { char => '<', vtable => 'backref', value_magic => 1, |