Browse Source

Merge branch 'bifury' into bfgminer

Luke Dashjr 11 years ago
parent
commit
9443f5e3fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      driver-bifury.c

+ 0 - 1
driver-bifury.c

@@ -379,7 +379,6 @@ void bifury_handle_cmd(struct cgpu_info * const dev, const char * const cmd)
 		const uint32_t jobid = strtoll(&p[1], &p, 0x10);
 		const uint32_t jobid = strtoll(&p[1], &p, 0x10);
 		const uint32_t ntime = strtoll(&p[1], &p, 0x10);
 		const uint32_t ntime = strtoll(&p[1], &p, 0x10);
 		const int chip = atoi(&p[1]);
 		const int chip = atoi(&p[1]);
-		nonce = le32toh(nonce);
 		const struct cgpu_info *proc = device_proc_by_id(dev, chip);
 		const struct cgpu_info *proc = device_proc_by_id(dev, chip);
 		if (unlikely(!proc))
 		if (unlikely(!proc))
 			proc = dev;
 			proc = dev;