diff options
author | Iago Toral Quiroga <[email protected]> | 2017-03-09 09:07:39 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2017-03-16 11:40:05 +0100 |
commit | 808503b8f8c0732fccd875ed9183a56672430097 (patch) | |
tree | 21ce5dc94160b7c1ad7d7fbdcd38d672bf5e7dff /src | |
parent | 04a9ca2700742def92ff5dfdf487f4724c9c4441 (diff) |
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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/genX_blorp_exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/vulkan/genX_blorp_exec.c b/src/intel/vulkan/genX_blorp_exec.c index c1499fbb727..70847356a34 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) |