diff options
Diffstat (limited to 'gdb/sparclet-stub.c')
-rw-r--r-- | gdb/sparclet-stub.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/sparclet-stub.c b/gdb/sparclet-stub.c index ecf670b..effc67f 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; } |