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

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Oct 24 12:46:18 UTC 2009


Author: bacek
Date: Sat Oct 24 12:46:16 2009
New Revision: 42076
URL: https://trac.parrot.org/parrot/changeset/42076

Log:
[cage] Remove CallSignatureReturns.push_pointer.

It was part of initial version which shouldn't be commited at all.

Modified:
   trunk/src/pmc/callsignaturereturns.pmc

Modified: trunk/src/pmc/callsignaturereturns.pmc
==============================================================================
--- trunk/src/pmc/callsignaturereturns.pmc	Sat Oct 24 10:08:35 2009	(r42075)
+++ trunk/src/pmc/callsignaturereturns.pmc	Sat Oct 24 12:46:16 2009	(r42076)
@@ -200,26 +200,6 @@
         values[key] = value;
     }
 
-
-/*
-
-=item C<void push_pointer(void *value)>
-
-Push pointer to self. Increase size of storage.
-
-=cut
-
-*/
-
-    VTABLE void push_pointer(void *value) {
-        INTVAL idx;
-
-        GET_ATTR_size(INTERP, SELF, idx);
-
-        STATICSELF.set_pointer_keyed_int(idx, value);
-    }
-
-
 /*
 
 =item C<void push_integer(INTVAL value)>


More information about the parrot-commits mailing list