mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-07 08:51:53 +00:00
cppcheck remove redundant continue as last loop statement
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user