egl: replace MAYBE_UNUSED with UNUSED
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 13:27:29 +0000 (14:27 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 31 Jul 2019 08:41:05 +0000 (09:41 +0100)
commit14be04fb2bc1a84d66db7060e370adc49f569a2d
treee02a0050c09db975208e87f9607ece186816727f
parentea385650115728270e21fb7ff1ec73a8cbaf298c
egl: replace MAYBE_UNUSED with UNUSED

MAYBE_UNUSED is going away, so let's replace legitimate uses of it with
UNUSED, which the former aliased to so far anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/egl/drivers/dri2/egl_dri2.c