1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-29 16:04:33 +00:00

Remove superfluous ave_wait

This commit is contained in:
Paul Sheppard 2012-07-11 08:32:41 -07:00
parent c37a3f3007
commit 5f0a22d230

View File

@ -321,7 +321,6 @@ struct cgpu_info {
};
#ifdef USE_BITFORCE
struct timeval work_start_tv;
unsigned int ave_wait;
unsigned int wait_ms;
unsigned int sleep_ms;
double ave_wait_f;