Date: Fri, 11 May 2018 20:47:45 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333504 - head/sys/i386/include Message-ID: <201805112047.w4BKljp7058210@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805112047.w4BKljp7058210>