From d359802e10f28366bb2657603949f8d59e37526d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 7 Oct 2013 16:53:26 +0000 Subject: [PATCH] Remove redundant declaration of force_evtchn_callback() in the i386-specific xen-os.h, to silence a gcc warning. Approved by: re (gjb) MFC after: 3 days --- sys/i386/include/xen/xen-os.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/i386/include/xen/xen-os.h b/sys/i386/include/xen/xen-os.h index e15d6687006..a8fba61bde7 100644 --- a/sys/i386/include/xen/xen-os.h +++ b/sys/i386/include/xen/xen-os.h @@ -37,9 +37,6 @@ /* Everything below this point is not included by assembler (.S) files. */ #ifndef __ASSEMBLY__ -/* Force a proper event-channel callback from Xen. */ -void force_evtchn_callback(void); - /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */ static inline void rep_nop(void) {