Trivial.

Signed-off-by: Grazvydas Ignotas <nota...@gmail.com>
---
 src/amd/vulkan/radv_meta_clear.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/vulkan/radv_meta_clear.c b/src/amd/vulkan/radv_meta_clear.c
index f4cb787..d7e7c5b 100644
--- a/src/amd/vulkan/radv_meta_clear.c
+++ b/src/amd/vulkan/radv_meta_clear.c
@@ -670,11 +670,10 @@ emit_fast_htile_clear(struct radv_cmd_buffer *cmd_buffer,
        const struct radv_framebuffer *fb = cmd_buffer->state.framebuffer;
        const struct radv_image_view *iview = 
fb->attachments[pass_att].attachment;
        VkClearDepthStencilValue clear_value = 
clear_att->clearValue.depthStencil;
        VkImageAspectFlags aspects = clear_att->aspectMask;
        uint32_t clear_word;
-       bool ret;
 
        if (!iview->image->surface.htile_size)
                return false;
 
        if (cmd_buffer->device->debug_flags & RADV_DEBUG_NO_FAST_CLEARS)
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to