summaryrefslogtreecommitdiff
path: root/gdb/sparclet-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparclet-stub.c')
-rw-r--r--gdb/sparclet-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/sparclet-stub.c b/gdb/sparclet-stub.c
index ecf670b1152..effc67fdf26 100644
--- a/gdb/sparclet-stub.c
+++ b/gdb/sparclet-stub.c
@@ -649,10 +649,6 @@ set_debug_traps()
for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
exceptionHandler(ht->tt, trap_low);
- /* In case GDB is started before us, ack any packets (presumably
- "$?#xx") sitting there. */
- putDebugChar ('+');
-
initialized = 1;
}