glsl2: Remove dead member from dead code visitor.
authorEric Anholt <eric@anholt.net>
Thu, 1 Jul 2010 17:52:30 +0000 (10:52 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Jul 2010 18:07:22 +0000 (11:07 -0700)
src/glsl/ir_dead_code.cpp

index 51fa96d..ea78107 100644 (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;