Re: [Mesa-dev] [PATCH] glsl: removed unused dimension_count varible
Reviewed-by: Matt Turner I'll commit this soon. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] glsl: removed unused dimension_count varible
This variable is no longer needed after the cleanup to the code prior to the first arrays of array series Signed-off-by: Timothy Arceri --- src/glsl/ast.h | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/glsl/ast.h b/src/glsl/ast.h index 0bda28d..1191900 100644 ---