From: Ian Jackson Date: Fri, 4 May 2018 14:41:27 +0000 (+0100) Subject: libxc: Drop declarations of osdep_privcmd_open and _close X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3674 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5403d8a4af0d381241a0d89747a42e3ce9fb570a;p=xen.git libxc: Drop declarations of osdep_privcmd_open and _close These functions are no longer defined or used anywhere. The declarations should have been deleted when the definitions were. Signed-off-by: Ian Jackson Acked-by: Wei Liu Reviewed-by: Roger Pau Monné --- diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h index a0b203e7e4..705eaa9385 100644 --- a/tools/libxc/xc_private.h +++ b/tools/libxc/xc_private.h @@ -100,9 +100,6 @@ struct xc_interface_core { xendevicemodel_handle *dmod; }; -int osdep_privcmd_open(xc_interface *xch); -int osdep_privcmd_close(xc_interface *xch); - void *osdep_alloc_hypercall_buffer(xc_interface *xch, int npages); void osdep_free_hypercall_buffer(xc_interface *xch, void *ptr, int npages);