Author: coke Date: Tue Mar 25 10:54:28 2008 New Revision: 26537 Modified: trunk/DEPRECATED.pod trunk/src/vtable.tbl
Changes in other areas also in this revision: Modified: trunk/docs/pdds/pdd17_pmc.pod Log: [deprecated] Remove deprecated vtable entry "subtype". No tests fail. Resolves RT#48569 Modified: trunk/DEPRECATED.pod ============================================================================== --- trunk/DEPRECATED.pod (original) +++ trunk/DEPRECATED.pod Tue Mar 25 10:54:28 2008 @@ -54,10 +54,6 @@ See RT #48567. -=item * C<subtype> [post 0.5.2] - -See RT #48569. - =item * C<new_from_string> [post 0.5.0] See RT #47011. Modified: trunk/src/vtable.tbl ============================================================================== --- trunk/src/vtable.tbl (original) +++ trunk/src/vtable.tbl Tue Mar 25 10:54:28 2008 @@ -27,8 +27,6 @@ INTVAL type_keyed_int(INTVAL key) INTVAL type_keyed_str(STRING* key) -UINTVAL subtype(INTVAL type) - STRING* name() PMC* clone()
