mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
fix build
This commit is contained in:
parent
9b6c161ad2
commit
d278a1651d
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ namespace sls {
|
||||||
if (!g.find(eq)) {
|
if (!g.find(eq)) {
|
||||||
euf::enode* args[2] = { g.find(a), g.find(b) };
|
euf::enode* args[2] = { g.find(a), g.find(b) };
|
||||||
c = g.mk(eq, 0, 2, args);
|
c = g.mk(eq, 0, 2, args);
|
||||||
xx
|
|
||||||
}
|
}
|
||||||
g.merge(c, g.find(m.mk_false()), to_ptr(lit));
|
g.merge(c, g.find(m.mk_false()), to_ptr(lit));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue