Module: Mesa Branch: master Commit: db504c464f854b997415706c33b50150b3f7e41c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db504c464f854b997415706c33b50150b3f7e41c
Author: Kristian H. Kristensen <[email protected]> Date: Thu Jul 30 15:25:09 2020 -0700 radv/android: Remove unused variable Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112> --- src/amd/vulkan/radv_android.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/vulkan/radv_android.c b/src/amd/vulkan/radv_android.c index b445b30e0ff..b4c511b985b 100644 --- a/src/amd/vulkan/radv_android.c +++ b/src/amd/vulkan/radv_android.c @@ -119,7 +119,6 @@ radv_image_from_gralloc(VkDevice device_h, RADV_FROM_HANDLE(radv_device, device, device_h); VkImage image_h = VK_NULL_HANDLE; struct radv_image *image = NULL; - struct radv_bo *bo = NULL; VkResult result; if (gralloc_info->handle->numFds != 1) { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
