mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
glsl: Remove unused field loop_variable_state::loop.
This field was neither initialized nor used. It was just dead memory. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
af9af2965b
commit
26498e0f0c
1 changed files with 0 additions and 5 deletions
|
|
@ -70,11 +70,6 @@ public:
|
|||
class loop_terminator *insert(ir_if *);
|
||||
|
||||
|
||||
/**
|
||||
* Loop whose variable state is being tracked by this structure
|
||||
*/
|
||||
ir_loop *loop;
|
||||
|
||||
/**
|
||||
* Variables that have not yet been classified
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue