summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_dead_code.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/opt_dead_code.cpp')
-rw-r--r--src/compiler/glsl/opt_dead_code.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/glsl/opt_dead_code.cpp b/src/compiler/glsl/opt_dead_code.cpp
index 75e668ae46d..1eff3f2fd14 100644
--- a/src/compiler/glsl/opt_dead_code.cpp
+++ b/src/compiler/glsl/opt_dead_code.cpp
@@ -50,7 +50,6 @@ do_dead_code(exec_list *instructions, bool uniform_locations_assigned)
v.run(instructions);
- struct hash_entry *e;
hash_table_foreach(v.ht, e) {
ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)e->data;