summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/genpc.cpp')
-rw-r--r--src/devices/machine/genpc.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/machine/genpc.cpp b/src/devices/machine/genpc.cpp
index 66d46d81ebd..65a25896392 100644
--- a/src/devices/machine/genpc.cpp
+++ b/src/devices/machine/genpc.cpp
@@ -496,12 +496,6 @@ ioport_constructor ibm5160_mb_device::device_input_ports() const
}
-void ibm5160_mb_device::static_set_cputag(device_t &device, const char *tag)
-{
- ibm5160_mb_device &board = downcast<ibm5160_mb_device &>(device);
- board.m_maincpu.set_tag(tag);
-}
-
//**************************************************************************
// LIVE DEVICE
//**************************************************************************