summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-03-24 23:13:28 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-03-24 23:13:28 +0100
commit5d291e0f99ed822075a1cb6357d258748382cb14 (patch)
tree0fa05ba76841c45f019ff8c25a5a4382c98ee086 /mpz
parent342f4a88b8735bf881c977bf13ac7e9b47a05c0d (diff)
downloadgmp-5d291e0f99ed822075a1cb6357d258748382cb14.tar.gz
mpz/nextprime.c: Remove a comment
Diffstat (limited to 'mpz')
-rw-r--r--mpz/nextprime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpz/nextprime.c b/mpz/nextprime.c
index 321d62e74..58405e497 100644
--- a/mpz/nextprime.c
+++ b/mpz/nextprime.c
@@ -127,7 +127,6 @@ static unsigned
mpz_nextprime_small (unsigned t)
{
ASSERT (t > 0); /* Expect t=1 if the operand was smaller.*/
- /* Technically this should be prev_prime(LAST_PRIME ^ 2) */
ASSERT (t < NP_SMALL_LIMIT);
/* Start from next candidate (2 or odd) */