1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Remove unused variable.

This commit is contained in:
Con Kolivas 2012-04-28 13:36:27 +10:00
parent 3362a2a447
commit 972860c0af

View File

@ -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;