From b474c7dcb1a4ad4136979f1d8d8ba1faf07df4fd Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 27 Feb 2014 12:51:07 +0000 Subject: [PATCH] fix compile (nw) --- src/emu/cpu/tms9900/ti990_10.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/cpu/tms9900/ti990_10.c b/src/emu/cpu/tms9900/ti990_10.c index 0addee73352..0310bd634b6 100644 --- a/src/emu/cpu/tms9900/ti990_10.c +++ b/src/emu/cpu/tms9900/ti990_10.c @@ -70,7 +70,6 @@ void ti990_10_device::device_start() void ti990_10_device::device_stop() { - int k = 0; if (TRACE_SETUP) logerror("ti990_10: Deleting lookup tables\n"); }