mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
glsl: Remove unused total_attribs_size variable.
Accidentally left behind by my previous patch. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
c3294ca5a1
commit
30e84530a0
1 changed files with 0 additions and 1 deletions
|
|
@ -2390,7 +2390,6 @@ assign_attribute_or_color_locations(gl_shader_program *prog,
|
|||
} to_assign[16];
|
||||
|
||||
unsigned num_attr = 0;
|
||||
unsigned total_attribs_size = 0;
|
||||
|
||||
foreach_in_list(ir_instruction, node, sh->ir) {
|
||||
ir_variable *const var = node->as_variable();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue