diff options
author | Paul Berry <[email protected]> | 2013-11-27 10:53:33 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-11-29 21:46:28 -0800 |
commit | 26498e0f0c198ac912b176cf9a14768ad2c0244c (patch) | |
tree | 1fd7f14e940af32e1bcd020155426fa5edda9155 | |
parent | af9af2965bbd7ba8d18cd1064afcf57392904edb (diff) |
glsl: Remove unused field loop_variable_state::loop.
This field was neither initialized nor used. It was just dead memory.
Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r-- | src/glsl/loop_analysis.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glsl/loop_analysis.h b/src/glsl/loop_analysis.h index 769d626614b..98414b3c614 100644 --- a/src/glsl/loop_analysis.h +++ b/src/glsl/loop_analysis.h @@ -71,11 +71,6 @@ public: /** - * Loop whose variable state is being tracked by this structure - */ - ir_loop *loop; - - /** * Variables that have not yet been classified */ exec_list variables; |