Remove duplicated condition

Signed-off-by: Nathan N <noproto@users.noreply.github.com>
This commit is contained in:
Nathan N 2024-12-12 00:25:44 -05:00 committed by GitHub
commit d965d5064e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -442,9 +442,6 @@ uint64_t CRACK_STATES_BITSLICED(uint32_t cuid, uint8_t *best_first_bytes, statel
#if MAX_BITSLICES > 64
&& results.bytes64[1] == 0
#endif
#if MAX_BITSLICES > 64
&& results.bytes64[1] == 0
#endif
#if MAX_BITSLICES > 128
&& results.bytes64[2] == 0
&& results.bytes64[3] == 0