mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 11:58:10 +02:00
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:
parent
117ac5ca01
commit
b2e9eaf7e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue