mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
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:
parent
6569644bb6
commit
55edafa73e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue