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:
Paul Berry
2013-11-27 10:53:33 -08:00
parent af9af2965b
commit 26498e0f0c

View File

@@ -70,11 +70,6 @@ public:
class loop_terminator *insert(ir_if *); 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 * Variables that have not yet been classified
*/ */