1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 12:11:02 +00:00

Remove unused variable.

This commit is contained in:
Con Kolivas 2011-07-12 19:28:48 +10:00
parent 10d66b2437
commit 86bc0426c6

2
main.c
View File

@ -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;