projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72fd056
)
glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.
author
Eric Anholt
<eric@anholt.net>
Thu, 5 Aug 2010 03:03:15 +0000
(20:03 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 5 Aug 2010 03:52:33 +0000
(20:52 -0700)
src/glsl/ir_variable_refcount.h
patch
|
blob
|
history
diff --git
a/src/glsl/ir_variable_refcount.h
b/src/glsl/ir_variable_refcount.h
index d69cab563e21bb0cbab6f151a9695a782c74f779..30dd2bd587ee7d61ec7130124772a715b742f73e 100644
(file)
--- 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;