Browse Source

remove MMQ unused variable warning

Kano 13 years ago
parent
commit
8f4ccebf0d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-modminer.c

+ 0 - 1
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;