tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / util / simple_mtx.h
index cfb82ba56c18ed14ec7c81aff4f16a990f368b8e..94ab6fcef1ff469a340a5bb36c4e24c1f41aeaba 100644 (file)
@@ -61,7 +61,7 @@ typedef struct {
 #define _SIMPLE_MTX_INITIALIZER_NP { 0 }
 
 static inline void
-simple_mtx_init(simple_mtx_t *mtx, MAYBE_UNUSED int type)
+simple_mtx_init(simple_mtx_t *mtx, ASSERTED int type)
 {
    assert(type == mtx_plain);