Remove unused since r134586 thr_exit1() declaration.
This commit is contained in:
parent
fa84e0f903
commit
99af8e23d3
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user