summaryrefslogtreecommitdiff
path: root/src/glsl/ir_variable_refcount.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-08-04 20:03:15 -0700
committerEric Anholt <eric@anholt.net>2010-08-04 20:52:33 -0700
commita08f27940ac72538ce0b264917207111d629f097 (patch)
tree5aef3f831fce7fa87798499bc87276858c824774 /src/glsl/ir_variable_refcount.h
parent72fd0568db0ce5f25a1eee0266ec1e7cb3dafab0 (diff)
glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.
Diffstat (limited to 'src/glsl/ir_variable_refcount.h')
-rw-r--r--src/glsl/ir_variable_refcount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/ir_variable_refcount.h b/src/glsl/ir_variable_refcount.h
index d69cab563e..30dd2bd587 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;