mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
remove disabling return
This commit is contained in:
parent
8aeba62802
commit
eaf2f7f165
|
@ -513,7 +513,6 @@ namespace lp {
|
|||
}
|
||||
|
||||
lia_move check() {
|
||||
return lia_move::undef;
|
||||
init();
|
||||
while(m_f.size()) {
|
||||
if (!normalize_by_gcd()) {
|
||||
|
|
Loading…
Reference in a new issue