tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / gallium / auxiliary / driver_trace / tr_context.c
index 232fea80504b766acbc8551808739cf26a4a91de..083458dc147958556eb46c5af7790516f8d214eb 100644 (file)
@@ -2034,6 +2034,6 @@ error1:
 void
 trace_context_check(const struct pipe_context *pipe)
 {
-   MAYBE_UNUSED struct trace_context *tr_ctx = (struct trace_context *) pipe;
+   ASSERTED struct trace_context *tr_ctx = (struct trace_context *) pipe;
    assert(tr_ctx->base.destroy == trace_context_destroy);
 }