Browse Source

get_work never returns false so get rid of fail pause loop.

Con Kolivas 13 years ago
parent
commit
260b1c87c0
1 changed files with 0 additions and 7 deletions
  1. 0 7
      cgminer.c

+ 0 - 7
cgminer.c

@@ -4082,13 +4082,6 @@ retry:
 
 
 	ret = true;
 	ret = true;
 out:
 out:
-	if (unlikely(ret == false)) {
-		applog(LOG_DEBUG, "Retrying after %d seconds", fail_pause);
-		sleep(fail_pause);
-		fail_pause += opt_fail_pause;
-		goto retry;
-	}
-	fail_pause = opt_fail_pause;
 
 
 	work->thr_id = thr_id;
 	work->thr_id = thr_id;
 	thread_reportin(thr);
 	thread_reportin(thr);