svn commit: r218609 - head/sys/sys

Dmitry Chagin dchagin at FreeBSD.org
Sat Feb 12 15:24:53 UTC 2011


Author: dchagin
Date: Sat Feb 12 15:24:52 2011
New Revision: 218609
URL: http://svn.freebsd.org/changeset/base/218609

Log:
  Remove unused since r134586 thr_exit1() declaration.

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Sat Feb 12 14:33:19 2011	(r218608)
+++ head/sys/sys/proc.h	Sat Feb 12 15:24:52 2011	(r218609)
@@ -908,7 +908,6 @@ int	thread_unsuspend_one(struct thread *
 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 */
 


More information about the svn-src-all mailing list