Author: coke
Date: Tue Mar 25 20:48:51 2008
New Revision: 26556

Modified:
   trunk/DEPRECATED.pod
   trunk/src/pmc/default.pmc

Changes in other areas also in this revision:
Modified:
   trunk/docs/pdds/draft/pdd04_datatypes.pod
   trunk/docs/pdds/pdd17_pmc.pod

Log:
[DEPRECATED]

Remove the deprecated vtable entry: get_bool_keyed_int (RT#48573)



Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Tue Mar 25 20:48:51 2008
@@ -38,10 +38,6 @@
 
 See RT #48571.
 
-=item * C<get_bool_keyed_int> [post 0.5.2]
-
-See RT #48573.
-
 =item * C<get_bool_keyed_str> [post 0.5.2]
 
 See RT #48575.

Modified: trunk/src/pmc/default.pmc
==============================================================================
--- trunk/src/pmc/default.pmc   (original)
+++ trunk/src/pmc/default.pmc   Tue Mar 25 20:48:51 2008
@@ -551,22 +551,6 @@
 
 /*
 
-=item C<INTVAL get_bool_keyed_int(INTVAL key)>
-
-Converts C<key> to a PMC key and returns the result of calling
-C<get_bool_keyed()> with it.
-
-=cut
-
-*/
-
-    INTVAL get_bool_keyed_int(INTVAL key) {
-        PMC *const r_key = INT2KEY(INTERP, key);
-        return SELF.get_bool_keyed(r_key);
-    }
-
-/*
-
 =item C<INTVAL elements_keyed_int(INTVAL key)>
 
 Converts C<key> to a PMC key and returns the result of calling

Reply via email to