From 5403d8a4af0d381241a0d89747a42e3ce9fb570a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 4 May 2018 15:41:27 +0100 Subject: [PATCH] libxc: Drop declarations of osdep_privcmd_open and _close MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é --- tools/libxc/xc_private.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.30.2