summaryrefslogtreecommitdiff
path: root/gdb/m32r-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m32r-stub.c')
-rw-r--r--gdb/m32r-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m32r-stub.c b/gdb/m32r-stub.c
index 7055fe013af..d4d88423776 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;
}