mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
Remove unused variable 'first' in mpz.cpp
Removed unused variable 'first' from the function.
This commit is contained in:
parent
cd1ceb6efe
commit
542e015550
1 changed files with 0 additions and 1 deletions
|
@ -2332,7 +2332,6 @@ bool mpz_manager<SYNCH>::is_perfect_square(mpz const & a, mpz & root) {
|
||||||
set(sq_lo, 1);
|
set(sq_lo, 1);
|
||||||
|
|
||||||
bool result = false;
|
bool result = false;
|
||||||
bool first = true;
|
|
||||||
// lo*lo <= *this < hi*hi
|
// lo*lo <= *this < hi*hi
|
||||||
|
|
||||||
// first find small interval lo*lo <= a <<= hi*hi
|
// first find small interval lo*lo <= a <<= hi*hi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue