3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 21:49:29 +00:00

some code simplifications in mpn

plus remove duplicated assertion
This commit is contained in:
Nuno Lopes 2023-12-22 15:27:57 +00:00
parent 4fe423482a
commit ab22e763d7
2 changed files with 12 additions and 26 deletions

View file

@ -53,7 +53,6 @@ public:
private:
using mpn_sbuffer = sbuffer<mpn_digit>;
static const mpn_digit zero;
void display_raw(std::ostream & out, mpn_digit const * a, unsigned lng) const;
unsigned div_normalize(mpn_digit const * numer, unsigned lnum,