diff options
Diffstat (limited to 'gdb/m32r-stub.c')
-rw-r--r-- | gdb/m32r-stub.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m32r-stub.c b/gdb/m32r-stub.c index 7055fe0..d4d8842 100644 --- a/gdb/m32r-stub.c +++ b/gdb/m32r-stub.c @@ -1576,10 +1576,6 @@ set_debug_traps() exceptionHandler (16, _catchException16); /* exceptionHandler (17, _catchException17); */ - /* In case GDB is started before us, ack any packets (presumably - "$?#xx") sitting there. */ - putDebugChar ('+'); - initialized = 1; } |