* linux-low.h (struct process_info): Delete member tid, unused.

* thread-db.c (find_one_thread): Update.
	(maybe_attach_thread): Update.
This commit is contained in:
Doug Evans
2008-12-09 18:52:20 +00:00
parent a8111142cc
commit e3b886f8c3
3 changed files with 6 additions and 3 deletions

View File

@ -130,7 +130,6 @@ struct process_info
struct thread_resume *resume;
int thread_known;
unsigned long tid;
#ifdef HAVE_THREAD_DB_H
/* The thread handle, used for e.g. TLS access. Only valid if
THREAD_KNOWN is set. */