diff options
Diffstat (limited to 'src/emu/debug/debugcmd.c')
-rw-r--r-- | src/emu/debug/debugcmd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c index 4711418c06d..5bba55c55d3 100644 --- a/src/emu/debug/debugcmd.c +++ b/src/emu/debug/debugcmd.c @@ -390,11 +390,6 @@ void debug_command_init(running_machine &machine) static void debug_command_exit(running_machine &machine) { - /* turn off all traces */ - device_iterator iter(machine.root_device()); - for (device_t *device = iter.first(); device != NULL; device = iter.next()) - device->debug()->trace(NULL, 0, NULL); - if (cheat.length) auto_free(machine, cheat.cheatmap); } |