summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-10-26 13:17:27 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2017-10-26 13:17:27 +1100
commit9ddd68afcef54553242b5aa651462b4636e4b266 (patch)
tree9c6c6be5346d97658c8b75ff6e1a64b14cecc76c
parent030b9d06b1afd108bf64f324d66d10ba429cd530 (diff)
(nw) patched out compilation error (variable 'slot' set but not used).
-rw-r--r--src/devices/bus/interpro/sr/sr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/interpro/sr/sr.cpp b/src/devices/bus/interpro/sr/sr.cpp
index d27609d117d..bc9df8e1666 100644
--- a/src/devices/bus/interpro/sr/sr.cpp
+++ b/src/devices/bus/interpro/sr/sr.cpp
@@ -313,8 +313,8 @@ void sr_device::device_start()
// empty the slots
m_slot_count = 0;
- for (device_sr_card_interface *slot : m_slot)
- slot = nullptr;
+// for (device_sr_card_interface *slot : m_slot)
+// slot = nullptr;
}
void sr_device::device_reset()