Browse Source

Merge branch 'bugfix_bfl_discard' into bfgminer

Luke Dashjr 13 years ago
parent
commit
5cdb59a354
1 changed files with 0 additions and 2 deletions
  1. 0 2
      driver-bitforce.c

+ 0 - 2
driver-bitforce.c

@@ -304,8 +304,6 @@ static uint64_t bitforce_get_result(struct thr_info *thr, struct work *work)
 		return 0;
 
 	while (bitforce->wait_ms < BITFORCE_LONG_TIMEOUT_MS) {
-		if (unlikely(thr->work_restart))
-			return 1;
 		mutex_lock(&bitforce->device_mutex);
 		BFwrite(fdDev, "ZFX", 3);
 		BFgets(pdevbuf, sizeof(pdevbuf), fdDev);