nbsd_thread_unsuspend() doesn't need to get or look at the thread

info.
This commit is contained in:
nathanw 2004-08-09 20:14:22 +00:00
parent 82c8abbad2
commit 0ef0b5bfc2

View File

@ -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],