r600/compute: silence unused var warning

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Fabio Pedretti 2013-11-05 12:49:56 +01:00 committed by Andreas Boll
parent 2fd785ac49
commit da7daade92

View file

@ -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 */