From 38a67f020d56ff3798db7b8807ff91f527b17a19 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 23 Nov 2016 00:05:01 +1100 Subject: [PATCH] mesa: remove unused gl_shader_info field from gl_linked_shader MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- src/mesa/main/mtypes.h | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.11.0