From: Eric Anholt Date: Thu, 5 Aug 2010 03:03:15 +0000 (-0700) Subject: glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a08f27940ac72538ce0b264917207111d629f097;p=mesa.git glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor. --- 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;