Author: mdiep
Date: Sun Mar  4 13:21:22 2007
New Revision: 17333

Modified:
   trunk/include/parrot/interpreter.h

Log:
[core]: Remove some typedefs that have been #if'd out for6 years

Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h  (original)
+++ trunk/include/parrot/interpreter.h  Sun Mar  4 13:21:22 2007
@@ -140,12 +140,6 @@
     Warnings_classes classes;
 } *Warnings;
 
-#if 0
-typedef STRING_FUNCS *(str_func_t)();
-typedef opcode_t *(**op_func_table)(); /* Opcode function table */
-typedef STRING_FUNCS *(**string_funcs)();      /* String function table */
-#endif
-
 /*
  * ProfData have these extra items in front followed by
  * one entry per op at (op + extra)

Reply via email to