summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hd61700/hd61700.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/hd61700/hd61700.c')
-rw-r--r--src/emu/cpu/hd61700/hd61700.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/hd61700/hd61700.c b/src/emu/cpu/hd61700/hd61700.c
index cfbfb785720..06ae03d9a12 100644
--- a/src/emu/cpu/hd61700/hd61700.c
+++ b/src/emu/cpu/hd61700/hd61700.c
@@ -2963,7 +2963,6 @@ inline int hd61700_cpu_device::get_im_7(UINT8 data)
inline UINT16 hd61700_cpu_device::make_bcd_sub(UINT8 arg1, UINT8 arg2)
{
-
UINT32 ret = (arg1&0x0f) - (arg2&0x0f);
UINT8 carry;