[Mesa-dev] [PATCH 1/4] r600/compute: silence unused var warning

Fabio Pedretti fabio.ped at libero.it
Tue Nov 5 03:49:56 PST 2013


---
 src/gallium/drivers/r600/evergreen_compute.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/r600/evergreen_compute.c b/src/gallium/drivers/r600/evergreen_compute.c
index ea77f5e..ffdc5c3 100644
--- a/src/gallium/drivers/r600/evergreen_compute.c
+++ b/src/gallium/drivers/r600/evergreen_compute.c
@@ -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 */
-- 
1.8.3.2



More information about the mesa-dev mailing list