Browse Source

Remove unused variable.

Con Kolivas 13 years ago
parent
commit
4b28c8595b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
cgminer.c

@@ -5430,7 +5430,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++)