Browse Source

remove MMQ unused variable warning

nfactor-troky
Kano 12 years ago
parent
commit
8f4ccebf0d
  1. 1
      driver-modminer.c

1
driver-modminer.c

@ -404,7 +404,6 @@ modminer_process_results(struct thr_info*thr) @@ -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;

Loading…
Cancel
Save