mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
st/mesa: remove unused st_xxx_program::sha1
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
0c74e354d1
commit
614331738d
1 changed files with 0 additions and 6 deletions
|
|
@ -260,9 +260,6 @@ struct st_vertex_program
|
|||
/** List of translated variants of this vertex program.
|
||||
*/
|
||||
struct st_vp_variant *variants;
|
||||
|
||||
/** SHA1 hash of linked tgsi shader program, used for on-disk cache */
|
||||
unsigned char sha1[20];
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -294,9 +291,6 @@ struct st_common_program
|
|||
struct gl_shader_program *shader_program;
|
||||
|
||||
struct st_common_variant *variants;
|
||||
|
||||
/** SHA1 hash of linked tgsi shader program, used for on-disk cache */
|
||||
unsigned char sha1[20];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue