Browse Source

Merge commit 'efcce5b' into bfgminer

Conflicts:
	driver-bitforce.c
Luke Dashjr 13 years ago
parent
commit
56b40b59dc
1 changed files with 0 additions and 3 deletions
  1. 0 3
      driver-bitforce.c

+ 0 - 3
driver-bitforce.c

@@ -198,9 +198,6 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 
 	i = 0;
 	/* Start looking for results. Stupid polling every 10ms... */
-	tdiff.tv_sec = 0;
-	tdiff.tv_usec = 10000;
-
 	thr->work_restart = 0;
 	while (42) {
 		if (unlikely(thr->work_restart))