Browse Source

metabank: Remove unused variables

Luke Dashjr 12 years ago
parent
commit
021cd6a0df
1 changed files with 1 additions and 2 deletions
  1. 1 2
      driver-metabank.c

+ 1 - 2
driver-metabank.c

@@ -146,9 +146,8 @@ static
 bool metabank_init(struct thr_info *thr)
 {
 	struct bitfury_device **devicelist;
-	struct cgpu_info *proc, *next_proc;
+	struct cgpu_info *proc;
 	struct bitfury_device *bitfury;
-	int devid;
 	
 	for (proc = thr->cgpu; proc; proc = proc->next_proc)
 	{