Remove a static function declaration for a function not implemented.

Makes head code compile on 10.3 and cleanup is never wrong.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2017-01-23 16:40:20 +00:00
parent 692cd1a3b2
commit 09d8a96e1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312668

View File

@ -105,8 +105,6 @@ static void ipi_preempt(void *);
static void ipi_rendezvous(void *);
static void ipi_stop(void *);
static int ipi_handler(void *arg);
struct mtx ap_boot_mtx;
struct pcb stoppcbs[MAXCPU];