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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Jul 13 20:40:16 UTC 2009


Author: NotFound
Date: Mon Jul 13 20:40:15 2009
New Revision: 40061
URL: https://trac.parrot.org/parrot/changeset/40061

Log:
[cage] delete no longer used piolayers member from interpreter

Modified:
   trunk/include/parrot/interpreter.h

Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h	Mon Jul 13 18:37:01 2009	(r40060)
+++ trunk/include/parrot/interpreter.h	Mon Jul 13 20:40:15 2009	(r40061)
@@ -314,7 +314,6 @@
     int      n_vtable_max;                    /* highest used type */
     int      n_vtable_alloced;                /* alloced vtable space */
 
-    struct _ParrotIOLayer **piolayers;        /* IO registered layers */
     struct _ParrotIOData   *piodata;          /* interpreter's IO system */
 
     op_lib_t  *op_lib;                        /* Opcode library */


More information about the parrot-commits mailing list