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_ */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to