* 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
|
@ -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>
|
2009-05-01 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* record.c (_initialize_record): Reformat and clarify doc strings
|
* 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;
|
thread_t tid;
|
||||||
|
|
||||||
tid = thread_info->private->tid;
|
tid = thread_info->private->tid;
|
||||||
thread_info = find_thread_pid (ptid);
|
|
||||||
snprintf (buf, sizeof (buf), "Thread 0x%lx (LWP %ld)",
|
snprintf (buf, sizeof (buf), "Thread 0x%lx (LWP %ld)",
|
||||||
tid, GET_LWP (ptid));
|
tid, GET_LWP (ptid));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue