mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 12:41:02 +00:00
core: remove total_users, total_passes, total_userpasses (no longer used).
Silence gcc warnings. Need for these accounting vars removed a few commits ago by troky.
This commit is contained in:
parent
08ff1574df
commit
5896da18b1
@ -229,7 +229,7 @@ static struct pool *currentpool = NULL;
|
||||
int total_pools, enabled_pools;
|
||||
enum pool_strategy pool_strategy = POOL_FAILOVER;
|
||||
int opt_rotate_period;
|
||||
static int total_urls, total_users, total_passes, total_userpasses;
|
||||
static int total_urls;
|
||||
static int json_array_index = -1;
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user