Author: coke
Date: Thu Nov  6 10:12:45 2008
New Revision: 32395

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/vtable.tbl
   trunk/tools/dev/vtablize.pl

Log:
RT #48581 - remove [DEPRECATED] vtable type_keyed_str


Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod       (original)
+++ trunk/docs/pdds/pdd17_pmc.pod       Thu Nov  6 10:12:45 2008
@@ -928,9 +928,8 @@
 
   INTVAL type_keyed(INTERP, PMC* self, PMC* key) [RT #48577]
   INTVAL type_keyed_int(INTERP, PMC* self, INTVAL key) [RT #48579]
-  INTVAL type_keyed_str(INTERP, PMC* self, STRING* key) [RT #48581]
 
-Return the type number of the PMC indexed by a PMC, integer, or string key.
+Return the type number of the PMC indexed by a PMC or integer key.
 The I<key> parameter is guaranteed not to be null for this method.
 
 =item pop_integer

Reply via email to