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