Commit e022dc9ffc8b705dff19579575842ee5a5e60135

Con Kolivas 2014-02-23T21:07:30

Local cinfo extra

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashfast.c b/driver-hashfast.c
index 945161f..455537d 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -509,8 +509,6 @@ static bool hfa_inherit_device(struct cgpu_info *hashfast)
 
 	/* See if we can find a zombie instance of the same device */
 	for (i = 0; i < mining_threads; i++) {
-		struct hashfast_info *cinfo;
-
 		cgpu = mining_thr[i]->cgpu;
 		if (!cgpu)
 			continue;