From: Timothy Arceri Date: Tue, 22 Nov 2016 13:05:01 +0000 (+1100) Subject: mesa: remove unused gl_shader_info field from gl_linked_shader X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38a67f020d56ff3798db7b8807ff91f527b17a19;p=mesa.git mesa: remove unused gl_shader_info field from gl_linked_shader Reviewed-by: Nicolai Hähnle --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index e7a730d6ad9..b0a97b30881 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2354,8 +2354,6 @@ struct gl_linked_shader struct exec_list *packed_varyings; struct exec_list *fragdata_arrays; struct glsl_symbol_table *symbols; - - struct gl_shader_info info; }; static inline GLbitfield gl_external_samplers(struct gl_program *prog)