From d965d5064edfdecce2f8705c0efd3b64d5112fb6 Mon Sep 17 00:00:00 2001 From: Nathan N Date: Thu, 12 Dec 2024 00:25:44 -0500 Subject: [PATCH] Remove duplicated condition Signed-off-by: Nathan N --- client/deps/hardnested/hardnested_bf_core.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/deps/hardnested/hardnested_bf_core.c b/client/deps/hardnested/hardnested_bf_core.c index c91df187c..22a476999 100644 --- a/client/deps/hardnested/hardnested_bf_core.c +++ b/client/deps/hardnested/hardnested_bf_core.c @@ -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