Commit 8f4ccebf0d6334c14a26467759f67eeac120b553

Kano 2012-09-16T11:47:54

remove MMQ unused variable warning

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-modminer.c b/driver-modminer.c
index d735983..d15f2d8 100644
--- a/driver-modminer.c
+++ b/driver-modminer.c
@@ -404,7 +404,6 @@ modminer_process_results(struct thr_info*thr)
 	char cmd[2], temperature;
 	uint32_t nonce;
 	long iter;
-	bool bad;
 	int curr_hw_errors;
 	cmd[0] = '\x0a';
 	cmd[1] = fpgaid;