tesselator: remove unused variable
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Wed, 25 Nov 2020 14:45:02 +0000 (15:45 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 5 Jan 2021 11:29:11 +0000 (11:29 +0000)
Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7846>

src/gallium/auxiliary/tessellator/p_tessellator.cpp

index 963806b..168987e 100644 (file)
@@ -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,