mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-20 06:08:30 +02:00
[25.0-only] hk: comment out dead variable
Removing a warning during compilation.
This commit is contained in:
parent
001a665ca3
commit
f43f541c71
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue