diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 75bfb47..5c7d96c 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -1201,7 +1201,6 @@ print_thread_info_1 (struct ui_out *uiout, char *requested_threads, ptid_t current_ptid; struct cleanup *old_chain; const char *extra_info, *name, *target_id; - int current_thread = -1; struct inferior *inf; int default_inf_num = current_inferior ()->num; @@ -1261,9 +1260,6 @@ print_thread_info_1 (struct ui_out *uiout, char *requested_threads, struct cleanup *chain2; int core; - if (ptid_equal (tp->ptid, current_ptid)) - current_thread = tp->global_num; - if (!should_print_thread (requested_threads, default_inf_num, global_ids, pid, tp)) continue; |