mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
cppcheck remove redundant continue as last loop statement
This commit is contained in:
parent
eb23028514
commit
0a19c3e891
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ stop_tests:
|
||||||
bucket_states_tested += bucket_size[block_idx];
|
bucket_states_tested += bucket_size[block_idx];
|
||||||
// prepare to set new states
|
// prepare to set new states
|
||||||
state_p = &states[KEYSTREAM_SIZE];
|
state_p = &states[KEYSTREAM_SIZE];
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Reference in a new issue