Remove superfluous ave_wait
diff --git a/miner.h b/miner.h
index fc8a108..1cfd943 100644
--- a/miner.h
+++ b/miner.h
@@ -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;