mirror of
https://github.com/Z3Prover/z3
synced 2026-03-10 07:10:30 +00:00
fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
af700e88cf
commit
30df2837fb
4 changed files with 4 additions and 3 deletions
|
|
@ -107,7 +107,6 @@ namespace datalog {
|
|||
m_next_var = 0;
|
||||
ptr_vector<expr> todo;
|
||||
todo.push_back(head);
|
||||
unsigned next_var = 0;
|
||||
for (unsigned i = 0; i < conjs.size(); ++i) {
|
||||
expr* e = conjs[i].get();
|
||||
expr* x, *y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue