3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-02 14:40:11 -07:00
parent a635049e23
commit feff1f7f96
3 changed files with 5 additions and 3 deletions

View file

@ -342,7 +342,6 @@ struct evaluator_cfg : public default_rewriter_cfg {
result = m_au.mk_int(0);
return BR_DONE;
}
return BR_FAILED;
}