From 4f1f5c8ec93a3a0e615c501489a05d720b1d60c4 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 19 Dec 2012 20:04:22 +1100 Subject: [PATCH] Revert "Reset lagging flag after it has been used in the getwork scheduler." This reverts commit 19267907c038a0d5e94be2b229d1e61b565e371d. Redundant. --- cgminer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 4cfcf6c7..7e34eacf 100644 --- a/cgminer.c +++ b/cgminer.c @@ -6801,7 +6801,6 @@ begin_bench: total_go++; } pool = select_pool(lagging); - lagging = false; retry: if (pool->has_stratum) { while (!pool->stratum_active) {