From 86bc0426c678849812f43ef0296c82bbfa177736 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 12 Jul 2011 19:28:48 +1000 Subject: [PATCH] Remove unused variable. --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 8d049fd7..cb51b7c1 100644 --- a/main.c +++ b/main.c @@ -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;