3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-01-08 15:24:12 -08:00
parent 43eb862374
commit bb56443e71
2 changed files with 6 additions and 6 deletions

View file

@ -193,9 +193,6 @@ private:
switch (f->get_decl_kind()) {
case OP_BADD:
case OP_BSUB:
case OP_BSHL:
case OP_BASHR:
case OP_BLSHR:
model = rational::zero();
return true;