svn commit: r333504 - head/sys/i386/include

Konstantin Belousov kib at FreeBSD.org
Fri May 11 20:47:46 UTC 2018


Author: kib
Date: Fri May 11 20:47:45 2018
New Revision: 333504
URL: https://svnweb.freebsd.org/changeset/base/333504

Log:
  Remove dead declaration.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/i386/include/pcb_ext.h

Modified: head/sys/i386/include/pcb_ext.h
==============================================================================
--- head/sys/i386/include/pcb_ext.h	Fri May 11 20:40:26 2018	(r333503)
+++ head/sys/i386/include/pcb_ext.h	Fri May 11 20:47:45 2018	(r333504)
@@ -46,10 +46,7 @@ struct pcb_ext {
 };
 
 #ifdef _KERNEL
-extern int private_tss;
-
 int i386_extend_pcb(struct thread *);
-
 #endif
 
 #endif /* _I386_PCB_EXT_H_ */


More information about the svn-src-all mailing list