]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove unused td_thr_validate code
authorGary Benson <gbenson@redhat.com>
Thu, 7 May 2015 13:52:59 +0000 (14:52 +0100)
committerGary Benson <gbenson@redhat.com>
Thu, 7 May 2015 13:52:59 +0000 (14:52 +0100)
commit74850322e4882a195c92d5968defd93fe3deb75e
tree53b45d69a36a53fbd28f80a51c4b4895291cd24d
parent187032dbb8cc15a4a13243a89b32ba8c51e95a4e
Remove unused td_thr_validate code

linux-thread-db.c initializes td_thr_validate but never uses it.
This commit removes this dead code.

gdb/ChangeLog:

* linux-thread-db.c (struct thread_db_info)
<td_thr_validate_p>: Remove field.
(try_thread_db_load_1): Remove initialization for the above.
gdb/ChangeLog
gdb/linux-thread-db.c