Mesa (master): mesa: remove unused gl_shader_info field from gl_linked_shader

Timothy Arceri tarceri at kemper.freedesktop.org
Mon Jan 23 03:55:14 UTC 2017


Module: Mesa
Branch: master
Commit: 38a67f020d56ff3798db7b8807ff91f527b17a19
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=38a67f020d56ff3798db7b8807ff91f527b17a19

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Wed Nov 23 00:05:01 2016 +1100

mesa: remove unused gl_shader_info field from gl_linked_shader

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 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 e7a730d..b0a97b3 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)




More information about the mesa-commit mailing list