From: Dave Airlie Date: Fri, 14 Oct 2016 03:42:01 +0000 (+1000) Subject: anv: drop pointless struct decl. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c;p=mesa.git anv: drop pointless struct decl. Acked-by: Jason Ekstrand Signed-off-by: Dave Airlie --- diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 2e3706906cc..8ba03300ce1 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -453,8 +453,6 @@ struct anv_bo *anv_scratch_pool_alloc(struct anv_device *device, extern struct anv_dispatch_table dtable; -struct anv_wsi_interaface; - #define VK_ICD_WSI_PLATFORM_MAX 5 struct anv_physical_device {