summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/mips3.cpp')
-rw-r--r--src/devices/cpu/mips/mips3.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/cpu/mips/mips3.cpp b/src/devices/cpu/mips/mips3.cpp
index 56d25c5f73a..34bb1a86741 100644
--- a/src/devices/cpu/mips/mips3.cpp
+++ b/src/devices/cpu/mips/mips3.cpp
@@ -5044,11 +5044,6 @@ void r5900le_device::handle_sdc2(uint32_t op)
}
}
-void mips3_device::burn_cycles(int32_t cycles)
-{
- execute_burn(cycles);
-}
-
#if ENABLE_O2_DPRINTF
#include "o2dprintf.hxx"
#endif