Browse Source

Remove unused variable.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
972860c0af
  1. 1
      cgminer.c

1
cgminer.c

@ -3799,7 +3799,6 @@ enum { @@ -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;

Loading…
Cancel
Save