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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Aug 26 10:13:45 UTC 2009


Author: NotFound
Date: Wed Aug 26 10:13:44 2009
New Revision: 40817
URL: https://trac.parrot.org/parrot/changeset/40817

Log:
[cage] delete empty init vtable from FixedFloatArray

Modified:
   trunk/src/pmc/fixedfloatarray.pmc

Modified: trunk/src/pmc/fixedfloatarray.pmc
==============================================================================
--- trunk/src/pmc/fixedfloatarray.pmc	Wed Aug 26 07:15:25 2009	(r40816)
+++ trunk/src/pmc/fixedfloatarray.pmc	Wed Aug 26 10:13:44 2009	(r40817)
@@ -31,19 +31,6 @@
 
 =over 4
 
-=item C<void init()>
-
-Initializes the array.
-
-=cut
-
-*/
-
-    VTABLE void init() {
-    }
-
-/*
-
 =item C<void destroy()>
 
 Destroys the array.


More information about the parrot-commits mailing list