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>
(cherry picked from commit c6c5949ff7)
This commit is contained in:
Eric Engestrom
2022-10-31 18:39:43 +00:00
committed by Dylan Baker
parent 117ac5ca01
commit b2e9eaf7e7
2 changed files with 2 additions and 2 deletions

View File

@@ -1732,7 +1732,7 @@
"description": "vk/runtime: drop incorrect UNUSED annotation",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View File

@@ -197,7 +197,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));