From c6895ccad6552f19b0a0df04329c8655f1fe1871 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 11 Dec 2020 18:27:42 -0300 Subject: [PATCH] Fix Mach64 warning --- src/video/vid_ati_mach64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/vid_ati_mach64.c b/src/video/vid_ati_mach64.c index 6e9814e4d..b63b722ab 100644 --- a/src/video/vid_ati_mach64.c +++ b/src/video/vid_ati_mach64.c @@ -2182,7 +2182,6 @@ void mach64_ext_writeb(uint32_t addr, uint8_t val, void *p) { mach64_t *mach64 = (mach64_t *)p; svga_t *svga = &mach64->svga; - int data, clk; mach64_log("mach64_ext_writeb : addr %08X val %02X\n", addr, val);