Commit c618d868cc14b01253e3600a864996368b33ef7e

Con Kolivas 2013-03-09T09:43:40

Remove unused pthread_t typedefs from struct pool.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.h b/miner.h
index 00291be..eee30f1 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;