Browse Source

Merge commit '25031e0' into bfgminer

Luke Dashjr 11 years ago
parent
commit
d7706303b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -10658,7 +10658,6 @@ void renumber_cgpu(struct cgpu_info *cgpu)
 		for (int i = 1; i < lpcount; ++i)
 		{
 			slave = slave->next_proc;
-			strcpy(slave->dev_repr, cgpu->dev_repr);
 			strcpy(slave->proc_repr, cgpu->proc_repr);
 			strcpy(slave->proc_repr_ns, cgpu->proc_repr_ns);
 			for (int x = i, y = lpdigits; --y, x; x /= 26)