diff options
author | Timothy Arceri <[email protected]> | 2016-11-23 00:05:01 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-01-23 14:48:04 +1100 |
commit | 38a67f020d56ff3798db7b8807ff91f527b17a19 (patch) | |
tree | 91fa0ae9e2c1f41409446c93e03fbfc03fc58868 /src | |
parent | 79f07e87c9f197ca9e231bb2b78149ac6ff1f44b (diff) |
mesa: remove unused gl_shader_info field from gl_linked_shader
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 0 insertions, 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) |