[svn:parrot] r44762 - branches/tt1015/src/pmc

plobsing at svn.parrot.org plobsing at svn.parrot.org
Mon Mar 8 19:07:25 UTC 2010


Author: plobsing
Date: Mon Mar  8 19:07:24 2010
New Revision: 44762
URL: https://trac.parrot.org/parrot/changeset/44762

Log:
remove dead code and doc

Modified:
   branches/tt1015/src/pmc/fixedintegerarray.pmc

Modified: branches/tt1015/src/pmc/fixedintegerarray.pmc
==============================================================================
--- branches/tt1015/src/pmc/fixedintegerarray.pmc	Mon Mar  8 19:06:51 2010	(r44761)
+++ branches/tt1015/src/pmc/fixedintegerarray.pmc	Mon Mar  8 19:07:24 2010	(r44762)
@@ -537,12 +537,6 @@
 
 /*
 
-=item C<void visit(PMC *info)>
-
-This is used by freeze/thaw to visit the contents of the array.
-
-C<*info> is the visit info, (see F<include/parrot/pmc_freeze.h>).
-
 =item C<void freeze(PMC *info)>
 
 Used to archive the array.
@@ -555,10 +549,6 @@
 
 */
 
-    /*VTABLE void visit(PMC *info) {
-        SUPER(info);
-    }*/
-
     VTABLE void freeze(PMC *info) {
         INTVAL   *int_array;
         INTVAL    i, n;


More information about the parrot-commits mailing list