anv: drop unused label

Added in 053d4c328f
Last usage removed in 0967584549

Reviewed-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:
Thomas H.P. Andersen
2022-01-20 17:47:48 +01:00
committed by Marge Bot
parent 3dcf275786
commit 73232d000f

View File

@@ -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;