Browse Source

Remove superfluous ave_wait

nfactor-troky
Paul Sheppard 13 years ago
parent
commit
5f0a22d230
  1. 1
      miner.h

1
miner.h

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

Loading…
Cancel
Save