mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 07:36:38 +00:00
fix build
This commit is contained in:
parent
9b6c161ad2
commit
d278a1651d
|
@ -152,7 +152,6 @@ namespace sls {
|
|||
if (!g.find(eq)) {
|
||||
euf::enode* args[2] = { g.find(a), g.find(b) };
|
||||
c = g.mk(eq, 0, 2, args);
|
||||
xx
|
||||
}
|
||||
g.merge(c, g.find(m.mk_false()), to_ptr(lit));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue