svn commit: r333626 - stable/11/sys/i386/include
Konstantin Belousov
kib at FreeBSD.org
Tue May 15 11:25:11 UTC 2018
Author: kib
Date: Tue May 15 11:25:10 2018
New Revision: 333626
URL: https://svnweb.freebsd.org/changeset/base/333626
Log:
MFC r333504:
Remove dead declaration.
Approved by: re (marius)
Modified:
stable/11/sys/i386/include/pcb_ext.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/i386/include/pcb_ext.h
==============================================================================
--- stable/11/sys/i386/include/pcb_ext.h Tue May 15 10:10:14 2018 (r333625)
+++ stable/11/sys/i386/include/pcb_ext.h Tue May 15 11:25:10 2018 (r333626)
@@ -44,10 +44,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-stable
mailing list