Browse Source

Remove unused pthread_t typedefs from struct pool.

Con Kolivas 13 years ago
parent
commit
c618d868cc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      miner.h

+ 0 - 2
miner.h

@@ -968,8 +968,6 @@ struct pool {
 	struct thread_q *getwork_q;
 	struct thread_q *getwork_q;
 
 
 	pthread_t longpoll_thread;
 	pthread_t longpoll_thread;
-	pthread_t submit_thread;
-	pthread_t getwork_thread;
 
 
 	int curls;
 	int curls;
 	pthread_cond_t cr_cond;
 	pthread_cond_t cr_cond;