anv: Remove unused variable.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sat, 16 Dec 2017 21:02:11 +0000 (22:02 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Sun, 17 Dec 2017 13:53:46 +0000 (14:53 +0100)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_device.c

index 597444467c214b873f9aa159740e5817824cecf9..4638f311dd1646bf7078af23c7d71ca72cf9ef94 100644 (file)
@@ -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;