Browse Source

Remove unused pthread_t typedefs from struct pool.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
c618d868cc
  1. 2
      miner.h

2
miner.h

@ -968,8 +968,6 @@ struct pool { @@ -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;

Loading…
Cancel
Save