[25.0-only] hk: comment out dead variable

Removing a warning during compilation.
This commit is contained in:
Eric Engestrom 2025-02-04 20:03:14 +01:00
parent 001a665ca3
commit f43f541c71

View file

@ -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;