mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
anv: drop unused label
Added in053d4c328fLast usage removed in0967584549Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14639>
This commit is contained in:
parent
3dcf275786
commit
73232d000f
1 changed files with 0 additions and 1 deletions
|
|
@ -573,7 +573,6 @@ anv_image_init_from_gralloc(struct anv_device *device,
|
|||
fail_size:
|
||||
anv_image_finish(image);
|
||||
fail_init:
|
||||
fail_tiling:
|
||||
anv_device_release_bo(device, bo);
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue