mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
692cd1a3b2
commit
09d8a96e1c
1 changed files with 0 additions and 2 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue