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 <topi.pohjolainen@intel.com>
This commit is contained in:
Iago Toral Quiroga
2017-03-09 09:07:39 +01:00
parent 04a9ca2700
commit 808503b8f8

View File

@@ -143,9 +143,6 @@ blorp_emit_urb_config(struct blorp_batch *batch, unsigned vs_entry_size)
entry_size); entry_size);
} }
void genX(blorp_exec)(struct blorp_batch *batch,
const struct blorp_params *params);
void void
genX(blorp_exec)(struct blorp_batch *batch, genX(blorp_exec)(struct blorp_batch *batch,
const struct blorp_params *params) const struct blorp_params *params)