3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

fpa rewriter tidy up

This commit is contained in:
Christoph M. Wintersteiger 2016-05-21 18:07:37 +01:00
parent 8001b1f0c7
commit b6d90a64da
2 changed files with 0 additions and 11 deletions

View file

@ -91,7 +91,6 @@ public:
br_status mk_to_real_unspecified(unsigned ebits, unsigned sbits, expr_ref & result);
br_status mk_bvwrap(expr * arg, expr_ref & result);
br_status mk_bvunwrap(expr * arg, expr_ref & result);
};
#endif