anv: Drop an unused variable

This commit is contained in:
Jason Ekstrand
2020-01-13 12:20:48 -06:00
parent d3737002ee
commit 21bc16a723
-1
View File
@@ -3710,7 +3710,6 @@ void
genX(cmd_buffer_flush_compute_state)(struct anv_cmd_buffer *cmd_buffer)
{
struct anv_pipeline *pipeline = cmd_buffer->state.compute.base.pipeline;
VkResult result;
assert(pipeline->active_stages == VK_SHADER_STAGE_COMPUTE_BIT);