tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / egl / main / egldevice.c
index 99d8a6c18861cbb371e90d2a2afc602423f3fd5d..415b0508888d075cdb825a8155d662b70782122a 100644 (file)
@@ -257,7 +257,7 @@ _eglQueryDeviceStringEXT(_EGLDevice *dev, EGLint name)
 static int
 _eglRefreshDeviceList(void)
 {
-   MAYBE_UNUSED _EGLDevice *dev;
+   ASSERTED _EGLDevice *dev;
    int count = 0;
 
    dev = _eglGlobal.DeviceList;