Commit 972860c0affb6abecb33b590f6fac596081d5ff9

Con Kolivas 2012-04-28T13:36:27

Remove unused variable.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index cd66c0b..b016114 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;