radv/android: Remove unused variable

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
This commit is contained in:
Kristian H. Kristensen 2020-07-30 15:25:09 -07:00 committed by Marge Bot
parent a7fe711a30
commit db504c464f
1 changed files with 0 additions and 1 deletions

View File

@ -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) {