mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Remove unused variable.
This commit is contained in:
parent
3362a2a447
commit
972860c0af
@ -3799,7 +3799,6 @@ enum {
|
|||||||
/* Stage another work item from the work returned in a longpoll */
|
/* Stage another work item from the work returned in a longpoll */
|
||||||
static void convert_to_work(json_t *val, bool rolltime, struct pool *pool)
|
static void convert_to_work(json_t *val, bool rolltime, struct pool *pool)
|
||||||
{
|
{
|
||||||
struct pool *cp = current_pool();
|
|
||||||
struct work *work, *work_clone;
|
struct work *work, *work_clone;
|
||||||
bool rc;
|
bool rc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user