Browse Source

Remove unused tdiff value.

ckolivas 13 years ago
parent
commit
efcce5bbb8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      driver-bitforce.c

+ 0 - 3
driver-bitforce.c

@@ -213,9 +213,6 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 	i += 1000;
 	i += 1000;
 
 
 	/* Now start looking for results. Stupid polling every 10ms... */
 	/* Now start looking for results. Stupid polling every 10ms... */
-	tdiff.tv_sec = 0;
-	tdiff.tv_usec = 10000;
-
 	work_restart[thr_id].restart = 0;
 	work_restart[thr_id].restart = 0;
 	while (42) {
 	while (42) {
 		if (unlikely(work_restart[thr_id].restart))
 		if (unlikely(work_restart[thr_id].restart))