Browse Source

Remove unused variable.

Con Kolivas 14 years ago
parent
commit
ddae5aa9d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main.c

+ 0 - 1
main.c

@@ -632,7 +632,6 @@ static void hashmeter(int thr_id, struct timeval *diff,
 	static double rolling_local = 0;
 	static double rolling_local = 0;
 	double local_mhashes = (double)hashes_done / 1000000.0;
 	double local_mhashes = (double)hashes_done / 1000000.0;
 	struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
 	struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
-	unsigned int i;
 
 
 	/* Don't bother calculating anything if we're not displaying it */
 	/* Don't bother calculating anything if we're not displaying it */
 	if (opt_quiet || !opt_log_interval)
 	if (opt_quiet || !opt_log_interval)