From 982912a8846c084ab6e48eaf51654e586340f0d7 Mon Sep 17 00:00:00 2001 From: Aram Date: Wed, 11 May 2016 23:27:13 +0200 Subject: [PATCH] Removed shadowing variable --- libnfc_crypto1_crack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libnfc_crypto1_crack.c b/libnfc_crypto1_crack.c index 3324e23..cdc6008 100644 --- a/libnfc_crypto1_crack.c +++ b/libnfc_crypto1_crack.c @@ -480,7 +480,6 @@ uint32_t uid; uint32_t **space; uint64_t found_key; size_t thread_count; -size_t total_states; void* crack_states_thread(void* x){ const size_t thread_id = (size_t)x; int j;