Mesa (master): anv: Remove unused variable.

Bas Nieuwenhuizen bnieuwenhuizen at kemper.freedesktop.org
Sun Dec 17 13:56:00 UTC 2017


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

Author: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Date:   Sat Dec 16 22:02:11 2017 +0100

anv: Remove unused variable.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/vulkan/anv_device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 597444467c..4638f311dd 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -741,8 +741,6 @@ void anv_GetPhysicalDeviceFeatures2KHR(
       }
 
       case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR: {
-         ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
-
          VkPhysicalDevice16BitStorageFeaturesKHR *features =
             (VkPhysicalDevice16BitStorageFeaturesKHR *)ext;
 




More information about the mesa-commit mailing list