Commit 74164a3ae667e5fed15fa6f0df338a113d4d62e2

Con Kolivas 2013-03-12T22:00:44

Remove unused qd_lock.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/cgminer.c b/cgminer.c
index cad7719..6e7cb95 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -174,7 +174,6 @@ pthread_mutex_t cgusb_lock;
 #endif
 
 pthread_mutex_t hash_lock;
-static pthread_mutex_t qd_lock;
 static pthread_mutex_t *stgd_lock;
 pthread_mutex_t console_lock;
 pthread_mutex_t ch_lock;
@@ -7035,7 +7034,6 @@ int main(int argc, char *argv[])
 #endif
 
 	mutex_init(&hash_lock);
-	mutex_init(&qd_lock);
 	mutex_init(&console_lock);
 	mutex_init(&control_lock);
 	mutex_init(&stats_lock);