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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user