Re: [Mesa-dev] [PATCH] glsl: Remove unused field loop_variable_state::loop.

2013-11-27 Thread Kenneth Graunke
On 11/27/2013 10:59 AM, Paul Berry wrote: > This field was neither initialized nor used. It was just dead memory. > --- > 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 769d626..98414b3 100644 > --

[Mesa-dev] [PATCH] glsl: Remove unused field loop_variable_state::loop.

2013-11-27 Thread Paul Berry
This field was neither initialized nor used. It was just dead memory. --- 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 769d626..98414b3 100644 --- a/src/glsl/loop_analysis.h +++ b/src/glsl/loop_analysis.