From: Matt Turner Date: Sun, 15 Jun 2014 05:35:36 +0000 (-0700) Subject: glsl: Remove 'struct' from ir_variable declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db650d9ec161cadb56ebdd6aba3b0115ef02bd80;p=mesa.git glsl: Remove 'struct' from ir_variable declaration. Reviewed-by: Tapani Pälli Reviewed-by: Ian Romanick --- diff --git a/src/glsl/opt_dead_builtin_varyings.cpp b/src/glsl/opt_dead_builtin_varyings.cpp index 6612592aab7..50c8aa763ef 100644 --- a/src/glsl/opt_dead_builtin_varyings.cpp +++ b/src/glsl/opt_dead_builtin_varyings.cpp @@ -334,7 +334,7 @@ public: } void prepare_array(exec_list *ir, - struct ir_variable **new_var, + ir_variable **new_var, int max_elements, unsigned start_location, const char *var_name, const char *mode_str, unsigned usage, unsigned external_usage)