3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 03:33:35 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-06-02 18:08:42 -07:00
parent bfb5c95b9a
commit f645ef7677

View file

@ -196,7 +196,6 @@ private:
case OP_BSHL:
case OP_BASHR:
case OP_BLSHR:
case OP_BOR:
model = rational::zero();
return true;