projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9af29
)
glsl: Remove unused field loop_variable_state::loop.
author
Paul Berry
<stereotype441@gmail.com>
Wed, 27 Nov 2013 18:53:33 +0000
(10:53 -0800)
committer
Paul Berry
<stereotype441@gmail.com>
Sat, 30 Nov 2013 05:46:28 +0000
(21:46 -0800)
This field was neither initialized nor used. It was just dead memory.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/loop_analysis.h
patch
|
blob
|
history
diff --git
a/src/glsl/loop_analysis.h
b/src/glsl/loop_analysis.h
index 769d626614bc388b2ad7a7bf4a92b15bc6fa603c..98414b3c6149dc4e78c5b907138ef2f59b6f1ed4 100644
(file)
--- 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
*/