summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diexec.h')
-rw-r--r--src/emu/diexec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emu/diexec.h b/src/emu/diexec.h
index 3c9d754434e..e4973c2296f 100644
--- a/src/emu/diexec.h
+++ b/src/emu/diexec.h
@@ -237,11 +237,6 @@ protected:
if (device().machine().debug_flags & DEBUG_FLAG_ENABLED)
device().debug()->exception_hook(exception);
}
- void debugger_interrupt_hook(int irqline)
- {
- if (device().machine().debug_flags & DEBUG_FLAG_ENABLED)
- device().debug()->interrupt_hook(irqline);
- }
private:
// internal information about the state of inputs