[svn:parrot] r42296 - in trunk: docs src

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Nov 6 02:49:35 UTC 2009


Author: cotto
Date: Fri Nov  6 02:49:34 2009
New Revision: 42296
URL: https://trac.parrot.org/parrot/changeset/42296

Log:
[pmc] remove the unused type_keyed vtable function

Modified:
   trunk/docs/embed.pod
   trunk/src/vtable.tbl

Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod	Fri Nov  6 02:49:31 2009	(r42295)
+++ trunk/docs/embed.pod	Fri Nov  6 02:49:34 2009	(r42296)
@@ -1573,8 +1573,6 @@
 
 =item C<Parrot_PMC_subtract_int>
 
-=item C<Parrot_PMC_type_keyed>
-
 =item C<Parrot_PMC_typenum>
 
 =item C<Parrot_PMC_unshift_float>

Modified: trunk/src/vtable.tbl
==============================================================================
--- trunk/src/vtable.tbl	Fri Nov  6 02:49:31 2009	(r42295)
+++ trunk/src/vtable.tbl	Fri Nov  6 02:49:34 2009	(r42296)
@@ -22,7 +22,6 @@
 PMC* getprops()
 
 INTVAL type()
-INTVAL type_keyed(PMC* key)
 
 STRING* name()
 


More information about the parrot-commits mailing list