[svn:parrot] r43959 - branches/tt362/include/parrot

plobsing at svn.parrot.org plobsing at svn.parrot.org
Mon Feb 15 02:00:28 UTC 2010


Author: plobsing
Date: Mon Feb 15 02:00:27 2010
New Revision: 43959
URL: https://trac.parrot.org/parrot/changeset/43959

Log:
remove unused structs from header

Modified:
   branches/tt362/include/parrot/pmc_freeze.h

Modified: branches/tt362/include/parrot/pmc_freeze.h
==============================================================================
--- branches/tt362/include/parrot/pmc_freeze.h	Mon Feb 15 01:54:42 2010	(r43958)
+++ branches/tt362/include/parrot/pmc_freeze.h	Mon Feb 15 02:00:27 2010	(r43959)
@@ -13,9 +13,6 @@
 #ifndef PARROT_PMC_FREEZE_H_GUARD
 #define PARROT_PMC_FREEZE_H_GUARD
 
-struct _visit_info;
-typedef void (*visit_f)(PARROT_INTERP, ARGIN_NULLOK(PMC*), ARGIN(PMC*));
-
 typedef enum {
     VISIT_HOW_PMC_TO_VISITOR     = 0x00, /* push to visitor */
     VISIT_HOW_VISITOR_TO_PMC     = 0x01, /* shift from visitor */


More information about the parrot-commits mailing list