mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
r600/compute: silence unused var warning
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
2fd785ac49
commit
da7daade92
1 changed files with 0 additions and 1 deletions
|
|
@ -392,7 +392,6 @@ static void compute_emit_cs(struct r600_context *ctx, const uint *block_layout,
|
|||
const uint *grid_layout)
|
||||
{
|
||||
struct radeon_winsys_cs *cs = ctx->b.rings.gfx.cs;
|
||||
unsigned flush_flags = 0;
|
||||
int i;
|
||||
|
||||
/* make sure that the gfx ring is only one active */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue