From c07f10681a7b8c2e534669b05ae3f1c5bf48bcac Mon Sep 17 00:00:00 2001 From: Ted Green Date: Tue, 17 May 2016 20:17:12 -0600 Subject: [PATCH] (nw) Removed unused member variable --- src/devices/machine/pci-ide.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/machine/pci-ide.h b/src/devices/machine/pci-ide.h index 3a6beea21eb..349173ae590 100644 --- a/src/devices/machine/pci-ide.h +++ b/src/devices/machine/pci-ide.h @@ -47,7 +47,6 @@ private: const char *m_cpu_tag; cpu_device *m_cpu; int m_irq_num; - int m_irq_status; UINT32 m_config_data[0x10]; DECLARE_ADDRESS_MAP(chan1_data_command_map, 32);