summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ra17xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ra17xx.c')
-rw-r--r--src/emu/machine/ra17xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/machine/ra17xx.c b/src/emu/machine/ra17xx.c
index 0e474ee5d36..0869016e562 100644
--- a/src/emu/machine/ra17xx.c
+++ b/src/emu/machine/ra17xx.c
@@ -57,7 +57,6 @@ const device_type RA17XX = &device_creator<ra17xx_device>;
ra17xx_device::ra17xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, RA17XX, "Rockwell A17XX", tag, owner, clock, "ra17xx", __FILE__),
- m_line(),
m_enable(false),
m_iord(*this),
m_iowr(*this)