Skip to content
Snippets Groups Projects
Commit db504c46 authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Marge Bot
Browse files

radv/android: Remove unused variable


Reviewed-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <mesa/mesa!6112>
parent a7fe711a
No related branches found
No related tags found
Loading
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment