aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 3f7d07b..ddf259c 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3525,12 +3525,6 @@ Packet: '%s'\n"),
status->value.sig = (enum target_signal)
(((fromhex (buf[1])) << 4) + (fromhex (buf[2])));
}
-
- if (buf[3] == 'p')
- {
- thread_num = strtol ((const char *) &buf[4], NULL, 16);
- record_currthread (thread_num);
- }
goto got_status;
case 'W': /* Target exited. */
{