1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 15:04:17 +00:00

remove MMQ unused variable warning

This commit is contained in:
Kano 2012-09-16 11:47:54 +10:00
parent ad7aa2b382
commit 8f4ccebf0d

View File

@ -404,7 +404,6 @@ modminer_process_results(struct thr_info*thr)
char cmd[2], temperature; char cmd[2], temperature;
uint32_t nonce; uint32_t nonce;
long iter; long iter;
bool bad;
int curr_hw_errors; int curr_hw_errors;
cmd[0] = '\x0a'; cmd[0] = '\x0a';
cmd[1] = fpgaid; cmd[1] = fpgaid;