From: Paul Berry Date: Wed, 27 Nov 2013 18:53:33 +0000 (-0800) Subject: glsl: Remove unused field loop_variable_state::loop. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26498e0f0c198ac912b176cf9a14768ad2c0244c;p=mesa.git glsl: Remove unused field loop_variable_state::loop. This field was neither initialized nor used. It was just dead memory. Reviewed-by: Kenneth Graunke --- 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 @@ -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 */