[Mesa-dev] [PATCH v2 01/24] anv: remove unnecessary function prototype.
Iago Toral Quiroga
itoral at igalia.com
Fri Mar 10 12:38:14 UTC 2017
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.
---
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
More information about the mesa-dev
mailing list