From 1d6f8b9927a3aeaaa47d01fa54fc695e3dc260cd Mon Sep 17 00:00:00 2001 From: johnny9 <985648+johnny9@users.noreply.github.com> Date: Sat, 27 May 2023 09:49:23 -0400 Subject: [PATCH] chore: remove unused variable --- main/miner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/miner.c b/main/miner.c index 38cdfebe..c9c3e070 100755 --- a/main/miner.c +++ b/main/miner.c @@ -70,8 +70,6 @@ static void AsicTask(void * pvParameters) uint8_t buf[CHUNK_SIZE]; memset(buf, 0, 1024); - int id = 0; - while (1) { int id = 1; bm_job * next_bm_job = (bm_job *) queue_dequeue(&g_bm_queue);