cppcheck remove redundant continue as last loop statement

This commit is contained in:
Philippe Teuwen 2023-01-15 02:05:58 +01:00
parent eb23028514
commit 0a19c3e891

View file

@ -530,7 +530,6 @@ stop_tests:
bucket_states_tested += bucket_size[block_idx];
// prepare to set new states
state_p = &states[KEYSTREAM_SIZE];
continue;
}
}
out: