2011-02-28 Michael Snyder <msnyder@vmware.com>

* linux-thread-db.c (attach_thread): Discard unused value.
This commit is contained in:
Michael Snyder 2011-03-01 00:46:09 +00:00
parent 14571dad8b
commit 2e45657036
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-thread-db.c (attach_thread): Discard unused value.
* linux-nat.c (linux_handle_extended_wait): Delete unused variable.
* remote.c (remote_get_noisy_reply): Discard unused value.

View File

@ -1065,7 +1065,7 @@ attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
/* Add the thread to GDB's thread list. */
if (tp == NULL)
tp = add_thread_with_info (ptid, private);
add_thread_with_info (ptid, private);
else
tp->private = private;