[svn:parrot] r41504 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sat Sep 26 22:49:17 UTC 2009


Author: NotFound
Date: Sat Sep 26 22:49:17 2009
New Revision: 41504
URL: https://trac.parrot.org/parrot/changeset/41504

Log:
[pmc] kill FBA.push_integer

Modified:
   trunk/src/pmc/fixedbooleanarray.pmc

Modified: trunk/src/pmc/fixedbooleanarray.pmc
==============================================================================
--- trunk/src/pmc/fixedbooleanarray.pmc	Sat Sep 26 22:30:40 2009	(r41503)
+++ trunk/src/pmc/fixedbooleanarray.pmc	Sat Sep 26 22:49:17 2009	(r41504)
@@ -484,22 +484,6 @@
 
 /*
 
-=item C<void push_integer(INTVAL value)>
-
-Extends the array by adding an element of value C<value> to the end of
-the array.
-
-=cut
-
-*/
-
-    VTABLE void push_integer(INTVAL value) {
-        const INTVAL nextix = SELF.elements();
-        SELF.set_integer_keyed_int(nextix, value);
-    }
-
-/*
-
 =item C<PMC *get_iter()>
 
 Return a new iterator for SELF.


More information about the parrot-commits mailing list