Commit 7b79f9b47156acaa33ba277c9db42ea81f4df3e9

Con Kolivas 2012-12-03T15:28:52

Remove unused variable.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index e243f20..32573c4 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -5366,7 +5366,6 @@ static bool hashtest(struct thr_info *thr, struct work *work)
 	unsigned char hash1[32];
 	unsigned char hash2[32];
 	uint32_t *hash2_32 = (uint32_t *)hash2;
-	struct pool *pool = work->pool;
 	int i;
 
 	for (i = 0; i < 80 / 4; i++)