From: Bas Nieuwenhuizen Date: Tue, 21 Jan 2020 10:49:55 +0000 (+0100) Subject: radv: Remove syncobj_handle variable in header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd4380c63c3b8b8b5f60dc840809dbe96a222fd7;p=mesa.git radv: Remove syncobj_handle variable in header. I strongly suspect it was supposed to be a typedef. However, used nowhere, we should remove it. Fixes: eaa56eab6da "radv: initial support for shared semaphores (v2)" Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2385 Reviewed-by: Michel Dänzer Reviewed-by: Samuel Pitoiset Tested-by: Marge Bot Part-of: --- diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h index c8790917bcc..5c7b1ab5118 100644 --- a/src/amd/vulkan/radv_radeon_winsys.h +++ b/src/amd/vulkan/radv_radeon_winsys.h @@ -156,7 +156,6 @@ struct radeon_bo_metadata { uint32_t metadata[64]; }; -uint32_t syncobj_handle; struct radeon_winsys_fence; struct radeon_winsys_bo {