From 91535b8a617b78b1f5e3d2325ca8832d255857a2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Dec 2008 15:00:06 -0700 Subject: [PATCH] mesa: remove incorrect array_len assignment (cherry picked from commit 9016331d0fd0783d1e46c9d4b651797d6af4a60f) --- src/mesa/shader/slang/slang_compile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c index 6803e5a..5b792e9 100644 --- a/src/mesa/shader/slang/slang_compile.c +++ b/src/mesa/shader/slang/slang_compile.c @@ -1991,7 +1991,6 @@ parse_init_declarator(slang_parse_ctx * C, slang_output_ctx * O, var->type.centroid = type->centroid; var->type.precision = type->precision; var->type.variant = type->variant; - var->type.array_len = type->array_len; var->a_name = a_name; if (var->a_name == SLANG_ATOM_NULL) RETURN0; -- 2.7.4