mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
glsl: Remove unused member predicate from ir_dead_functions_visitor.
Fix uninitialized pointer field defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
b443ca96a5
commit
e372aa6949
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ public:
|
|||
|
||||
signature_entry *get_signature_entry(ir_function_signature *var);
|
||||
|
||||
bool (*predicate)(ir_instruction *ir);
|
||||
|
||||
/* List of signature_entry */
|
||||
exec_list signature_list;
|
||||
void *mem_ctx;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue