nth_prime: minor cleanup

This commit is contained in:
Dmitry Kokorin 2016-04-01 16:50:41 +03:00
parent 1111ce3513
commit c065f71eb9

View file

@ -83,7 +83,6 @@ number_t nth(size_t n, size_t sieve_size)
return p; return p;
next[pn] = create_next(p); next[pn] = create_next(p);
sieve[i] = true;
process_prime(pn); process_prime(pn);
} }