* linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
to thread_info.
This commit is contained in:
parent
299a410e8d
commit
ee78f3e598
@ -1,3 +1,8 @@
|
||||
2009-05-01 Doug Evans <dje@google.com>
|
||||
|
||||
* linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
|
||||
to thread_info.
|
||||
|
||||
2009-05-01 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* record.c (_initialize_record): Reformat and clarify doc strings
|
||||
|
@ -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…
Reference in New Issue
Block a user