Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything useful.
authorNicholas Clark <nick@ccl4.org>
Fri, 13 May 2011 16:29:09 +0000 (17:29 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 08:12:18 +0000 (10:12 +0200)
commit0f90c85382de249d9770a7f8d5d0d22380441cfd
treee21f2f8ff04bd78813de2aa96d9b94459065b9c1
parent0ffb5b03d3cde2b28eda4897b664c02ce9f0e9dd
Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything useful.

Nothing visible on CPAN uses either. Passing either to Perl_get_vtbl() will
currently return NULL (as a runtime error, rather than a compile time error).

The case for want_vtbl_glob was removed from the switch in Perl_get_vtbl() in
c0c446747ad6c5bd (which eliminated the need for magic on typeglobs).
want_vtbl_symtab was added to the enum in perl.h with 8d2f45362e368d7d, but
no code was added to Perl_get_vtbl() as there is no corresponding vtable.
perl.h