mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
revert fix for #2821 as it breaks other functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d4f2215024
commit
36b2e7f0fc
|
@ -188,9 +188,6 @@ struct expr2polynomial::imp {
|
|||
store_var_poly(t);
|
||||
return true;
|
||||
}
|
||||
if (k.is_zero()) {
|
||||
throw_not_polynomial();
|
||||
}
|
||||
push_frame(t);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue