Browse Source

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

Con Kolivas 12 years ago
parent
commit
72c7798043
1 changed files with 0 additions and 4 deletions
  1. 0 4
      driver-bitfury.c

+ 0 - 4
driver-bitfury.c

@@ -215,10 +215,6 @@ static int64_t bitfury_scanhash(struct thr_info *thr, struct work *work,
 			info->nonces++;
 			info->nonces++;
 			continue;
 			continue;
 		}
 		}
-		if (bitfury_checkresults(thr, work, nonce)) {
-			info->nonces++;
-			continue;
-		}
 	}
 	}
 
 
 	free_work(info->prevwork2);
 	free_work(info->prevwork2);