Remove dead declaration.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2018-05-11 20:47:45 +00:00
parent 09f6ff4f1a
commit 0de8041c8e

View File

@ -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_ */