* linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
to thread_info.
This commit is contained in:
parent
299a410e8d
commit
ee78f3e598
2 changed files with 5 additions and 1 deletions
|
@ -1035,7 +1035,6 @@ thread_db_pid_to_str (struct target_ops *ops, ptid_t ptid)
|
|||
thread_t tid;
|
||||
|
||||
tid = thread_info->private->tid;
|
||||
thread_info = find_thread_pid (ptid);
|
||||
snprintf (buf, sizeof (buf), "Thread 0x%lx (LWP %ld)",
|
||||
tid, GET_LWP (ptid));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue