summaryrefslogtreecommitdiff
path: root/src/glsl/ir_variable_refcount.h
diff options
context:
space:
mode:
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;