nth_prime: minor cleanup
This commit is contained in:
parent
1111ce3513
commit
c065f71eb9
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ number_t nth(size_t n, size_t sieve_size)
|
|||
return p;
|
||||
|
||||
next[pn] = create_next(p);
|
||||
sieve[i] = true;
|
||||
|
||||
process_prime(pn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue