From 389b25c28171cc9c3cc3149f33b07c3d874d0fdc Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 6 Dec 2008 17:09:02 +0000 Subject: [PATCH] 02638: various cpu cores don't compile anymore (mostly fixed before) --- src/emu/cpu/m6502/m65ce02.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/cpu/m6502/m65ce02.c b/src/emu/cpu/m6502/m65ce02.c index 6d986b7f3cb..7b9dbfb6666 100644 --- a/src/emu/cpu/m6502/m65ce02.c +++ b/src/emu/cpu/m6502/m65ce02.c @@ -81,7 +81,6 @@ struct _m65ce02_Regs { m6502_write_indexed_func wrmem_id; /* writemem callback for indexed instructions */ }; -static void *token; /*************************************************************** * include the opcode macros, functions and tables ***************************************************************/