Mesa (master): radv: drop pointless struct decl.

Dave Airlie airlied at kemper.freedesktop.org
Tue Oct 18 23:05:49 UTC 2016


Module: Mesa
Branch: master
Commit: e4df1830e474cd5bd3f3123c4c207ffa9148fcf9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4df1830e474cd5bd3f3123c4c207ffa9148fcf9

Author: Dave Airlie <airlied at redhat.com>
Date:   Fri Oct 14 13:41:47 2016 +1000

radv: drop pointless struct decl.

Acked-by: Jason Ekstrand <jason at jlekstrand.net>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/amd/vulkan/radv_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 3c99bc6..dd89efa 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -242,8 +242,6 @@ void *radv_lookup_entrypoint(const char *name);
 
 extern struct radv_dispatch_table dtable;
 
-struct radv_wsi_interaface;
-
 #define VK_ICD_WSI_PLATFORM_MAX 5
 
 struct radv_physical_device {




More information about the mesa-commit mailing list