Remove redundant statement.
This commit is contained in:
parent
c5e716e71f
commit
1ecb2b170f
@ -21,7 +21,6 @@ for p in range(2, MAX_NUMBER_TO_CHECK) {
|
||||
|
||||
for i in range(2 * p, MAX_NUMBER_TO_CHECK, p) {
|
||||
prime_mask[i] = false;
|
||||
i += p;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user