tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / gallium / drivers / softpipe / sp_state_shader.c
index da4792757f1b6420819899c98c15fcfe853101bc..dc2418f5a507b1bd68b2f749a90325ebd326ef36 100644 (file)
@@ -420,7 +420,7 @@ static void
 softpipe_delete_compute_state(struct pipe_context *pipe,
                               void *cs)
 {
-   MAYBE_UNUSED struct softpipe_context *softpipe = softpipe_context(pipe);
+   ASSERTED struct softpipe_context *softpipe = softpipe_context(pipe);
    struct sp_compute_shader *state = (struct sp_compute_shader *)cs;
 
    assert(softpipe->cs != state);