Browse Source

Remove unused variable.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
86bc0426c6
  1. 2
      main.c

2
main.c

@ -528,8 +528,6 @@ static struct cgpu_info *gpus, *cpus; @@ -528,8 +528,6 @@ static struct cgpu_info *gpus, *cpus;
static inline void print_status(int thr_id)
{
int x;
if (unlikely(!curses_active))
return;

Loading…
Cancel
Save