From f43f541c714862dbb9add5145db7014d5fad0a2a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 4 Feb 2025 20:03:14 +0100 Subject: [PATCH] [25.0-only] hk: comment out dead variable Removing a warning during compilation. --- src/asahi/vulkan/hk_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asahi/vulkan/hk_device.c b/src/asahi/vulkan/hk_device.c index 05815bfa2db..316cbc9a258 100644 --- a/src/asahi/vulkan/hk_device.c +++ b/src/asahi/vulkan/hk_device.c @@ -288,7 +288,7 @@ hk_check_status(struct vk_device *device) static VkResult hk_get_timestamp(struct vk_device *device, uint64_t *timestamp) { - struct hk_device *dev = container_of(device, struct hk_device, vk); + // struct hk_device *dev = container_of(device, struct hk_device, vk); unreachable("todo"); // *timestamp = agx_get_gpu_timestamp(dev); return VK_SUCCESS;