cvsuser 03/11/12 22:46:03
Modified: imcc instructions.h
Log:
Remove dead code.
Revision Changes Path
1.41 +0 -5 parrot/imcc/instructions.h
Index: instructions.h
===================================================================
RCS file: /cvs/public/parrot/imcc/instructions.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -w -r1.40 -r1.41
--- instructions.h 6 Nov 2003 15:56:12 -0000 1.40
+++ instructions.h 13 Nov 2003 06:46:03 -0000 1.41
@@ -105,11 +105,6 @@
/* Globals */
-#if 0
-/* per-unit instructions now (imc_info->imc_units) */
-EXTERN Instruction* instructions;
-#endif
-
typedef struct _emittert {
int (*open)(void *param);
int (*emit)(void *param, struct _IMC_Unit *, Instruction *ins);