mirror of
https://github.com/Z3Prover/z3
synced 2025-10-28 10:19:23 +00:00
Remove unused variable 'first' in mpz.cpp
Removed unused variable 'first' from the function.
This commit is contained in:
parent
59dfcdfc4e
commit
a84ec5e397
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);
|
||||
|
||||
bool result = false;
|
||||
bool first = true;
|
||||
// lo*lo <= *this < hi*hi
|
||||
|
||||
// first find small interval lo*lo <= a <<= hi*hi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue