From db2466cdd391271b48f9aff13c027330c384b864 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 8 Jun 2020 12:02:43 -0400 Subject: Fix clang error: unused variable 'space' [-Werror,-Wunused-variable] (nw) --- src/mame/video/cischeat.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/video/cischeat.cpp b/src/mame/video/cischeat.cpp index 6507535ad67..cd33b8936a3 100644 --- a/src/mame/video/cischeat.cpp +++ b/src/mame/video/cischeat.cpp @@ -995,8 +995,6 @@ if ( machine().input().code_pressed(KEYCODE_Z) || machine().input().code_pressed { #if 1 { - address_space &space = m_maincpu->space(AS_PROGRAM); - popmessage("Cmd: %04X Pos:%04X Lim:%04X Inp:%02X", m_scudhamm_motor_command, scudhamm_motor_pos_r(), -- cgit v1.2.3