vk/runtime: drop incorrect UNUSED annotation

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19458>
This commit is contained in:
Eric Engestrom
2022-10-31 18:39:43 +00:00
committed by Iago Toral Quiroga
parent dd908e87d0
commit c6c5949ff7

View File

@@ -220,7 +220,7 @@ vk_device_init(struct vk_device *device,
}
void
vk_device_finish(UNUSED struct vk_device *device)
vk_device_finish(struct vk_device *device)
{
/* Drivers should tear down their own queues */
assert(list_is_empty(&device->queues));