Skip to content

Commit 542e015

Browse files
Remove unused variable 'first' in mpz.cpp
Removed unused variable 'first' from the function.
1 parent cd1ceb6 commit 542e015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/mpz.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,6 @@ bool mpz_manager<SYNCH>::is_perfect_square(mpz const & a, mpz & root) {
23322332
set(sq_lo, 1);
23332333

23342334
bool result = false;
2335-
bool first = true;
23362335
// lo*lo <= *this < hi*hi
23372336

23382337
// first find small interval lo*lo <= a <<= hi*hi

0 commit comments

Comments
 (0)