gallium/aux: replace MAYBE_UNUSED with UNUSED
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 17:08:08 +0000 (18:08 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 31 Jul 2019 08:41:05 +0000 (09:41 +0100)
commit745bae40adfdc6c6107cd104dcdc5195e95b0230
tree02a1e39f5fdd297e744a7e05de98b3dcf3560510
parent513e67d2e4844a6a31fab3e3f84eb7aaa142a11f
gallium/aux: 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/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
src/gallium/auxiliary/util/u_threaded_context.c