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 ***************************************************************/