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

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


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

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

anv: drop pointless struct decl.

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

---

 src/intel/vulkan/anv_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 2e37069..8ba0330 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 {




More information about the mesa-commit mailing list