mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
fix build
This commit is contained in:
parent
15ee879602
commit
63f9fdaf3e
|
@ -40,9 +40,9 @@ namespace sls {
|
||||||
if (m_g->inconsistent()) {
|
if (m_g->inconsistent()) {
|
||||||
resolve_conflict();
|
resolve_conflict();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return !m_g->inconsistent();
|
|
||||||
#endif
|
#endif
|
||||||
|
return !m_g->inconsistent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue