Remove unused since r134586 thr_exit1() declaration.

This commit is contained in:
Dmitry Chagin 2011-02-12 15:24:52 +00:00
parent fa84e0f903
commit 99af8e23d3

View File

@ -908,7 +908,6 @@ int thread_unsuspend_one(struct thread *td);
void thread_unthread(struct thread *td);
void thread_wait(struct proc *p);
struct thread *thread_find(struct proc *p, lwpid_t tid);
void thr_exit1(void);
#endif /* _KERNEL */