From 69f341c5bb9adf007972d18018acc8c3ba1e51ea Mon Sep 17 00:00:00 2001 From: Paul Sheppard Date: Mon, 5 Nov 2012 08:01:15 -0800 Subject: [PATCH] Remove errant counter. --- cgminer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 29fb91fc..88e3139f 100644 --- a/cgminer.c +++ b/cgminer.c @@ -5610,7 +5610,6 @@ static void *watchdog_thread(void __maybe_unused *userdata) gettimeofday(&thr->sick, NULL); dev_error(cgpu, REASON_DEV_SICK_IDLE_60); - cgpu->dev_sick_idle_60_count++; #ifdef HAVE_ADL if (adl_active && cgpu->has_adl && gpu_activity(gpu) > 50) { applog(LOG_ERR, "GPU still showing activity suggesting a hard hang.");