From 09d8a96e1cfe6eabe8c2caa9a1afc63fae7e305c Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Mon, 23 Jan 2017 16:40:20 +0000 Subject: [PATCH] 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 --- sys/arm64/arm64/mp_machdep.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c index d055bfb97a1..d6f956bb706 100644 --- a/sys/arm64/arm64/mp_machdep.c +++ b/sys/arm64/arm64/mp_machdep.c @@ -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];