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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Fri Aug 14 14:47:04 UTC 2009


Author: NotFound
Date: Fri Aug 14 14:47:01 2009
New Revision: 40545
URL: https://trac.parrot.org/parrot/changeset/40545

Log:
[cage] drop empty Array.class_init

Modified:
   trunk/src/pmc/array.pmc

Modified: trunk/src/pmc/array.pmc
==============================================================================
--- trunk/src/pmc/array.pmc	Fri Aug 14 14:25:41 2009	(r40544)
+++ trunk/src/pmc/array.pmc	Fri Aug 14 14:47:01 2009	(r40545)
@@ -108,20 +108,6 @@
 
 =over 4
 
-=item C<void class_init()>
-
-Class initialization. Creates the required memory pools.
-
-=cut
-
-*/
-
-    void class_init() {
-
-    }
-
-/*
-
 =item C<void init()>
 
 Initializes the PMC by calling the underlying C<list_new()> function.


More information about the parrot-commits mailing list