mirror of
https://github.com/Z3Prover/z3
synced 2025-10-28 10:19:23 +00:00
cleanup for warning message
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be4b0ffe69
commit
08524a2d90
10 changed files with 32 additions and 29 deletions
|
|
@ -668,7 +668,7 @@ namespace datalog {
|
|||
T * el = it->m_key;
|
||||
item_set * out_edges = it->m_value;
|
||||
|
||||
unsigned el_comp;
|
||||
unsigned el_comp = 0;
|
||||
VERIFY( m_component_nums.find(el, el_comp) );
|
||||
|
||||
item_set::iterator eit = out_edges->begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue