Skip to content

Commit

Permalink
Remove duplicated condition
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan N <[email protected]>
  • Loading branch information
noproto authored Dec 12, 2024
1 parent 9cdef9c commit d965d50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/deps/hardnested/hardnested_bf_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d965d50

Please sign in to comment.