nbsd_thread_unsuspend() doesn't need to get or look at the thread
info.
This commit is contained in:
parent
82c8abbad2
commit
0ef0b5bfc2
2
gnu/dist/gdb/gdb/nbsd-thread.c
vendored
2
gnu/dist/gdb/gdb/nbsd-thread.c
vendored
@ -292,8 +292,6 @@ nbsd_thread_unsuspend(void)
|
||||
|
||||
for (i = 0; i < nsusp; i++)
|
||||
{
|
||||
td_thread_info_t ti;
|
||||
td_thr_info(susp[i], &ti);
|
||||
val = td_thr_resume(susp[i]);
|
||||
if (val != 0)
|
||||
error ("nbsd_thread_unsuspend: td_thr_resume(%p): %s", susp[i],
|
||||
|
Loading…
Reference in New Issue
Block a user