From c618d868cc14b01253e3600a864996368b33ef7e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 9 Mar 2013 09:43:40 +1100 Subject: [PATCH] Remove unused pthread_t typedefs from struct pool. --- miner.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/miner.h b/miner.h index 00291be2..eee30f13 100644 --- a/miner.h +++ b/miner.h @@ -968,8 +968,6 @@ struct pool { struct thread_q *getwork_q; pthread_t longpoll_thread; - pthread_t submit_thread; - pthread_t getwork_thread; int curls; pthread_cond_t cr_cond;