|
|
Author: allison
Date: Sat Dec 1 00:27:07 2007
New Revision: 23303
Modified:
trunk/include/parrot/interpreter.h
Log:
[pdd15oo] Remove no-longer used 'pmc_proxies' entry from the interpreter struct.
Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h (original)
+++ trunk/include/parrot/interpreter.h Sat Dec 1 00:27:07 2007
@@ -308,7 +308,6 @@
PMC *class_hash; /* Hash of classes */
VTABLE **vtables; /* array of vtable ptrs */
- PMC *pmc_proxies; /* PMC array of PMC Proxy
objects */
int n_vtable_max; /* highest used type */
int n_vtable_alloced; /* alloced vtable space */
|
|