diff options
author | Eric Anholt <[email protected]> | 2010-08-04 20:03:15 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-08-04 20:52:33 -0700 |
commit | a08f27940ac72538ce0b264917207111d629f097 (patch) | |
tree | 5aef3f831fce7fa87798499bc87276858c824774 | |
parent | 72fd0568db0ce5f25a1eee0266ec1e7cb3dafab0 (diff) |
glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.
-rw-r--r-- | src/glsl/ir_variable_refcount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/ir_variable_refcount.h b/src/glsl/ir_variable_refcount.h index d69cab563e2..30dd2bd587e 100644 --- a/src/glsl/ir_variable_refcount.h +++ b/src/glsl/ir_variable_refcount.h @@ -78,8 +78,6 @@ public: variable_entry *get_variable_entry(ir_variable *var); - bool (*predicate)(ir_instruction *ir); - /* List of variable_entry */ exec_list variable_list; |