mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
anv/clear: Remove an unused variable
This commit is contained in:
parent
8beb6f3c9c
commit
b16326c740
1 changed files with 0 additions and 1 deletions
|
|
@ -697,7 +697,6 @@ void
|
|||
anv_cmd_buffer_clear_subpass(struct anv_cmd_buffer *cmd_buffer)
|
||||
{
|
||||
struct anv_cmd_state *cmd_state = &cmd_buffer->state;
|
||||
struct anv_framebuffer *fb = cmd_buffer->state.framebuffer;
|
||||
struct anv_meta_saved_state saved_state;
|
||||
|
||||
if (!subpass_needs_clear(cmd_buffer))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue