From 8d347742fe0c98352eedad5c6e1d16ee71b87ca6 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Wed, 25 Nov 2020 15:45:02 +0100 Subject: [PATCH] tesselator: remove unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Zoltán Böszörményi Part-of: --- src/gallium/auxiliary/tessellator/p_tessellator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/auxiliary/tessellator/p_tessellator.cpp b/src/gallium/auxiliary/tessellator/p_tessellator.cpp index 963806b..168987e 100644 --- a/src/gallium/auxiliary/tessellator/p_tessellator.cpp +++ b/src/gallium/auxiliary/tessellator/p_tessellator.cpp @@ -43,7 +43,6 @@ namespace pipe_tessellator_wrap PIPE_ALIGN_VAR(32) float domain_points_u[MAX_POINT_COUNT]; PIPE_ALIGN_VAR(32) float domain_points_v[MAX_POINT_COUNT]; uint32_t num_domain_points; - PIPE_ALIGN_VAR(32) uint32_t indices[3][MAX_INDEX_COUNT / 3]; public: void Init(enum pipe_prim_type tes_prim_mode, -- 2.7.4