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:
parent
4fe423482a
commit
ab22e763d7
2 changed files with 12 additions and 26 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue