mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +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
|
@ -294,7 +294,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
table_relation_plugin & relation_manager::get_table_relation_plugin(table_plugin & tp) {
|
||||
table_relation_plugin * res;
|
||||
table_relation_plugin * res = 0;
|
||||
VERIFY( m_table_relation_plugins.find(&tp, res) );
|
||||
return *res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue