Browse Source

Revert "Reset lagging flag after it has been used in the getwork scheduler."

This reverts commit 19267907c038a0d5e94be2b229d1e61b565e371d.

Redundant.
Con Kolivas 13 years ago
parent
commit
4f1f5c8ec9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
cgminer.c

@@ -6801,7 +6801,6 @@ begin_bench:
 			total_go++;
 			total_go++;
 		}
 		}
 		pool = select_pool(lagging);
 		pool = select_pool(lagging);
-		lagging = false;
 retry:
 retry:
 		if (pool->has_stratum) {
 		if (pool->has_stratum) {
 			while (!pool->stratum_active) {
 			while (!pool->stratum_active) {