Skip to content

Commit 69d30cd

Browse files
committed
fix: remove unused line
1 parent 5d4c8c3 commit 69d30cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama/gpuInfo/vulkan-gpu-info.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static bool enumerateVulkanDevices(size_t* total, size_t* used, size_t* unifiedM
6666
features2.pNext = &vk11Features;
6767

6868
vkGetPhysicalDeviceFeatures2(physicalDevice, &features2);
69-
VkPhysicalDeviceFeatures2 device_features2;
7069

7170
if (!vk11Features.storageBuffer16BitAccess) {
7271
*checkSupported = false;

0 commit comments

Comments
 (0)