diff options
author | dchagin <dchagin@FreeBSD.org> | 2011-02-12 15:24:52 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2011-02-12 15:24:52 +0000 |
commit | 1fac2104510acf859e9034d3878063afb1818d15 (patch) | |
tree | fca4d241e4df5c2bb5fc96f4312b7677efd61b43 /sys | |
parent | 4df7e87e2c155114afb5a0e2d083392468c4af21 (diff) | |
download | FreeBSD-src-1fac2104510acf859e9034d3878063afb1818d15.zip FreeBSD-src-1fac2104510acf859e9034d3878063afb1818d15.tar.gz |
Remove unused since r134586 thr_exit1() declaration.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 2015d66..f062f8a 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -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 */ |