From 808503b8f8c0732fccd875ed9183a56672430097 Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Thu, 9 Mar 2017 09:07:39 +0100 Subject: [PATCH] anv: remove unnecessary function prototype. The function is defined right after the prototype declaration. Also, the protoype for it is included in anv_genX.h which is included via anv_private.h. Reviewed-by: Topi Pohjolainen --- src/intel/vulkan/genX_blorp_exec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/vulkan/genX_blorp_exec.c b/src/intel/vulkan/genX_blorp_exec.c index c1499fb..7084735 100644 --- a/src/intel/vulkan/genX_blorp_exec.c +++ b/src/intel/vulkan/genX_blorp_exec.c @@ -143,9 +143,6 @@ blorp_emit_urb_config(struct blorp_batch *batch, unsigned vs_entry_size) entry_size); } -void genX(blorp_exec)(struct blorp_batch *batch, - const struct blorp_params *params); - void genX(blorp_exec)(struct blorp_batch *batch, const struct blorp_params *params) -- 2.7.4