[Mesa-dev] [PATCH] anv: Remove unused variable.
Bas Nieuwenhuizen
bas at basnieuwenhuizen.nl
Sat Dec 16 21:02:56 UTC 2017
---
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 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;
--
2.15.1
More information about the mesa-dev
mailing list