Commit 5f0a22d230650b990a66ffd418fc5113449133c1

Paul Sheppard 2012-07-11T08:32:41

Remove superfluous ave_wait

1
2
3
4
5
6
7
8
9
10
11
12
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;