summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
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) */