From: Kenneth Graunke Date: Tue, 27 Aug 2019 20:14:53 +0000 (-0700) Subject: iris: Delete dead prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6342d43ae90b47f709516371fce9d2ad46608eab;p=mesa.git iris: Delete dead prototype --- diff --git a/src/gallium/drivers/iris/iris_bufmgr.h b/src/gallium/drivers/iris/iris_bufmgr.h index f05a71edf98..779f055ceae 100644 --- a/src/gallium/drivers/iris/iris_bufmgr.h +++ b/src/gallium/drivers/iris/iris_bufmgr.h @@ -327,8 +327,6 @@ struct iris_bufmgr *iris_bufmgr_init(struct gen_device_info *devinfo, int fd); struct iris_bo *iris_bo_gem_create_from_name(struct iris_bufmgr *bufmgr, const char *name, unsigned handle); -void iris_bufmgr_enable_reuse(struct iris_bufmgr *bufmgr); - int iris_bo_wait(struct iris_bo *bo, int64_t timeout_ns); uint32_t iris_create_hw_context(struct iris_bufmgr *bufmgr);