summaryrefslogtreecommitdiff
path: root/src/glsl/opt_structure_splitting.cpp
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2012-04-25 22:49:12 -0700
committerVinson Lee <vlee@freedesktop.org>2012-04-26 21:09:42 -0700
commit6af4c9006cddaf5b2c6ae39b9e5722d93e2ad44d (patch)
tree609dc5043c8248465e9447a0936175fde08b3e83 /src/glsl/opt_structure_splitting.cpp
parent9856fd02a0d6f7314ed580aea4e354a49f3b013f (diff)
glsl: Remove unused member mem_ctx from ir_dead_functions_visitor.
Fix uninitialized pointer field defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/glsl/opt_structure_splitting.cpp')
-rw-r--r--src/glsl/opt_structure_splitting.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/opt_structure_splitting.cpp b/src/glsl/opt_structure_splitting.cpp
index 6dd228e4e3f..a21238dd0aa 100644
--- a/src/glsl/opt_structure_splitting.cpp
+++ b/src/glsl/opt_structure_splitting.cpp
@@ -201,7 +201,6 @@ public:
variable_entry2 *get_splitting_entry(ir_variable *var);
exec_list *variable_list;
- void *mem_ctx;
};
variable_entry2 *