gallium: Remove unused variable in u_tests.

Fixes: 0d17b685b1 ("gallium/u_tests: add a compute shader test that clears an image")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Eric Anholt 2018-11-27 11:25:09 -08:00
parent 6569644bb6
commit 55edafa73e

View file

@ -792,7 +792,6 @@ test_compute_clear_image(struct pipe_context *ctx)
{
struct cso_context *cso;
struct pipe_resource *cb;
struct pipe_sampler_view *view = NULL;
const char *text;
cso = cso_create_context(ctx, 0);