diff options
Diffstat (limited to 'gdb/nat/gdb_thread_db.h')
-rw-r--r-- | gdb/nat/gdb_thread_db.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/nat/gdb_thread_db.h b/gdb/nat/gdb_thread_db.h index 30f7400..99407b0 100644 --- a/gdb/nat/gdb_thread_db.h +++ b/gdb/nat/gdb_thread_db.h @@ -57,7 +57,6 @@ typedef td_err_e (td_ta_clear_event_ftype) (const td_thragent_t *ta, typedef td_err_e (td_ta_event_getmsg_ftype) (const td_thragent_t *ta, td_event_msg_t *msg); -typedef td_err_e (td_thr_validate_ftype) (const td_thrhandle_t *th); typedef td_err_e (td_thr_get_info_ftype) (const td_thrhandle_t *th, td_thrinfo_t *infop); typedef td_err_e (td_thr_event_enable_ftype) (const td_thrhandle_t *th, |