[svn:parrot] r43029 - trunk/include/parrot

plobsing at svn.parrot.org plobsing at svn.parrot.org
Mon Dec 14 01:32:29 UTC 2009


Author: plobsing
Date: Mon Dec 14 01:32:28 2009
New Revision: 43029
URL: https://trac.parrot.org/parrot/changeset/43029

Log:
remove unused mark_ptr element from visit_info

Modified:
   trunk/include/parrot/pmc_freeze.h

Modified: trunk/include/parrot/pmc_freeze.h
==============================================================================
--- trunk/include/parrot/pmc_freeze.h	Sun Dec 13 18:57:14 2009	(r43028)
+++ trunk/include/parrot/pmc_freeze.h	Mon Dec 14 01:32:28 2009	(r43029)
@@ -62,7 +62,6 @@
     visit_f             visit_action;   /* freeze, thaw ... */
     INTVAL              what;
     STRING             *image;
-    PMC                *mark_ptr;
     PMC               **thaw_ptr;       /* where to thaw a new PMC */
     INTVAL              last_type;
     PMC                *seen;           /* seen hash */


More information about the parrot-commits mailing list