Author: coke
Date: Thu Nov  6 12:41:25 2008
New Revision: 32404

Modified:
   trunk/docs/pdds/pdd17_pmc.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/src/pmc/hash.pmc
   trunk/src/pmc/iterator.pmc
   trunk/tools/dev/vtablize.pl

Log:
RT #48577 remove [DEPRECATED] vtable type_keyed


Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod       (original)
+++ trunk/docs/pdds/pdd17_pmc.pod       Thu Nov  6 12:41:25 2008
@@ -924,13 +924,6 @@
 
 Set the pointer value of the element indexed by a PMC, integer, or string key.
 
-=item type_keyed [deprecated: see individual tickets below]
-
-  INTVAL type_keyed(INTERP, PMC* self, PMC* key) [RT #48577]
-
-Return the type number of the PMC indexed by a PMC.
-The I<key> parameter is guaranteed not to be null for this method.
-
 =item pop_integer
 
   INTVAL pop_integer(INTERP, PMC* self)

Reply via email to