diff options
author | Vinson Lee <[email protected]> | 2012-04-25 22:49:12 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2012-04-26 21:09:42 -0700 |
commit | 6af4c9006cddaf5b2c6ae39b9e5722d93e2ad44d (patch) | |
tree | 609dc5043c8248465e9447a0936175fde08b3e83 /src/glsl/opt_structure_splitting.cpp | |
parent | 9856fd02a0d6f7314ed580aea4e354a49f3b013f (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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/opt_structure_splitting.cpp')
-rw-r--r-- | src/glsl/opt_structure_splitting.cpp | 1 |
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 * |