[Mesa-dev] [PATCH 70/70] mesa: remove unused gl_shader_info field from gl_linked_shader
Timothy Arceri
timothy.arceri at collabora.com
Tue Dec 20 10:38:20 UTC 2016
---
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 9f84735..1a56382 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2352,8 +2352,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.9.3
More information about the mesa-dev
mailing list