diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-12-16 22:02:11 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-12-17 14:53:46 +0100 |
commit | 6d9849d63e21d3a5da4e6225175304f4ce64b86b (patch) | |
tree | a387a57e800366967247e0d45d16b2677b704cf6 | |
parent | 35c3cbad3c30ad3d40a6811dd6ca2286e013bfc5 (diff) |
anv: Remove unused variable.
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r-- | src/intel/vulkan/anv_device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 597444467c2..4638f311dd1 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; |