Commit 72c779804336c9652fde3b9d97f1448c36cdd88a

Con Kolivas 2013-09-25T23:30:29

There is no point checking for results from the next round of work on BF1.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/driver-bitfury.c b/driver-bitfury.c
index 5d3242e..e60e8a8 100644
--- a/driver-bitfury.c
+++ b/driver-bitfury.c
@@ -215,10 +215,6 @@ static int64_t bitfury_scanhash(struct thr_info *thr, struct work *work,
 			info->nonces++;
 			continue;
 		}
-		if (bitfury_checkresults(thr, work, nonce)) {
-			info->nonces++;
-			continue;
-		}
 	}
 
 	free_work(info->prevwork2);