From 26498e0f0c198ac912b176cf9a14768ad2c0244c Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 27 Nov 2013 10:53:33 -0800 Subject: [PATCH] glsl: Remove unused field loop_variable_state::loop. This field was neither initialized nor used. It was just dead memory. Reviewed-by: Kenneth Graunke --- src/glsl/loop_analysis.h | 5 ----- 1 file changed, 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 @@ -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 */ -- 2.30.2