From 972860c0affb6abecb33b590f6fac596081d5ff9 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 28 Apr 2012 13:36:27 +1000 Subject: [PATCH] Remove unused variable. --- cgminer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index cd66c0b4..b0161141 100644 --- a/cgminer.c +++ b/cgminer.c @@ -3799,7 +3799,6 @@ enum { /* Stage another work item from the work returned in a longpoll */ static void convert_to_work(json_t *val, bool rolltime, struct pool *pool) { - struct pool *cp = current_pool(); struct work *work, *work_clone; bool rc;