* linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment

to thread_info.
This commit is contained in:
Doug Evans 2009-05-01 22:05:46 +00:00
parent 299a410e8d
commit ee78f3e598
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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));