From: Brian Paul Date: Fri, 12 Dec 2008 22:00:06 +0000 (-0700) Subject: mesa: remove incorrect array_len assignment X-Git-Tag: 062012170305~17671^2~422^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9016331d0fd0783d1e46c9d4b651797d6af4a60f;p=profile%2Fivi%2Fmesa.git mesa: remove incorrect array_len assignment --- 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;