Module: Mesa Branch: master Commit: 6d9849d63e21d3a5da4e6225175304f4ce64b86b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d9849d63e21d3a5da4e6225175304f4ce64b86b
Author: Bas Nieuwenhuizen <[email protected]> Date: Sat Dec 16 22:02:11 2017 +0100 anv: Remove unused variable. Reviewed-by: Jason Ekstrand <[email protected]> --- 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; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
