glsl2: Remove dead member from dead code visitor.

This commit is contained in:
Eric Anholt
2010-07-01 10:52:30 -07:00
parent d925c91730
commit 9acf618f24
-1
View File
@@ -67,7 +67,6 @@ public:
variable_entry *get_variable_entry(ir_variable *var);
bool (*predicate)(ir_instruction *ir);
ir_instruction *base_ir;
/* List of variable_entry */
exec_list variable_list;