From 0de8041c8ef0069ecc1bcba438cf69d8104941f2 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 11 May 2018 20:47:45 +0000 Subject: [PATCH] Remove dead declaration. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/i386/include/pcb_ext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h index 850b5e532e22..1969709dbf0b 100644 --- a/sys/i386/include/pcb_ext.h +++ b/sys/i386/include/pcb_ext.h @@ -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_ */