Browse Source

Remove unused variable.

Con Kolivas 14 years ago
parent
commit
972860c0af
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
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;