1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Remove unused pthread_t typedefs from struct pool.

This commit is contained in:
Con Kolivas 2013-03-09 09:43:40 +11:00
parent 6c77e9a884
commit c618d868cc

View File

@ -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;