Module: Mesa
Branch: master
Commit: 5bbbe9179933039dadc355c44387984198a9a3a2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bbbe9179933039dadc355c44387984198a9a3a2

Author: Grazvydas Ignotas <nota...@gmail.com>
Date:   Wed Jun  7 02:00:36 2017 +0300

radv/meta: remove an unused variable

Trivial.

Signed-off-by: Grazvydas Ignotas <nota...@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>

---

 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 f4cb78763f..d7e7c5b262 100644
--- a/src/amd/vulkan/radv_meta_clear.c
+++ b/src/amd/vulkan/radv_meta_clear.c
@@ -672,7 +672,6 @@ emit_fast_htile_clear(struct radv_cmd_buffer *cmd_buffer,
        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;

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

Reply via email to