From c0fcc59abead719b2c983934905a6c3ecd0522b6 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 15 Apr 2021 18:45:14 +0100 Subject: remove vfu_get_region_info() (#444) This is only used internally, and not really useful. Signed-off-by: John Levon Reviewed-by: Swapnil Ingle --- lib/private.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/private.h') diff --git a/lib/private.h b/lib/private.h index 64780ce..102fdcd 100644 --- a/lib/private.h +++ b/lib/private.h @@ -145,9 +145,6 @@ dump_buffer(const char *prefix, const char *buf, uint32_t count); int consume_fd(int *fds, size_t nr_fds, size_t index); -vfu_reg_info_t * -vfu_get_region_info(vfu_ctx_t *vfu_ctx); - int dev_get_reginfo(vfu_ctx_t *vfu_ctx, uint32_t index, uint32_t argsz, struct vfio_region_info **vfio_reg, int **fds, size_t *nr_fds); -- cgit v1.1