mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: remove incorrect array_len assignment
(cherry picked from commit 9016331d0f)
This commit is contained in:
parent
a2ca0c0430
commit
91535b8a61
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue