From 2e4565703653d2936ee3588768df6a7d70b1de1d Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 1 Mar 2011 00:46:09 +0000 Subject: 2011-02-28 Michael Snyder * linux-thread-db.c (attach_thread): Discard unused value. --- gdb/linux-thread-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/linux-thread-db.c') diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 9f360b9..005a34a 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -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; -- cgit v1.1