diff --git a/src/intel/vulkan/i915/anv_batch_chain.c b/src/intel/vulkan/i915/anv_batch_chain.c index 330b26b8ed5..8ed92a86884 100644 --- a/src/intel/vulkan/i915/anv_batch_chain.c +++ b/src/intel/vulkan/i915/anv_batch_chain.c @@ -50,8 +50,6 @@ struct anv_execbuf { const VkAllocationCallbacks * alloc; VkSystemAllocationScope alloc_scope; - - int perf_query_pass; }; static void @@ -796,7 +794,6 @@ i915_queue_exec_locked(struct anv_queue *queue, struct anv_execbuf execbuf = { .alloc = &queue->device->vk.alloc, .alloc_scope = VK_SYSTEM_ALLOCATION_SCOPE_DEVICE, - .perf_query_pass = perf_query_pass, }; VkResult result;