summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2014-04-12 06:34:35 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2014-04-12 06:34:35 +0000
commit1dc1ae10c14b9c7f9e0f14445ecf51c02c5068bb (patch)
tree2836ccac2979596ff77c37e1f7a5b35e732c348e
parent2d13f17b831a6e4b12896a02e0bc53090f6c841f (diff)
Fix compile (nw)
-rw-r--r--src/mess/machine/apple3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/apple3.c b/src/mess/machine/apple3.c
index a5de2e6aebf..2637e632045 100644
--- a/src/mess/machine/apple3.c
+++ b/src/mess/machine/apple3.c
@@ -274,7 +274,6 @@ READ8_MEMBER(apple3_state::apple3_c0xx_r)
WRITE8_MEMBER(apple3_state::apple3_c0xx_w)
{
device_a2bus_card_interface *slotdevice;
- UINT8 pdlread;
switch(offset)
{