Browse Source

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.
build-mingw
Noel Maersk 11 years ago
parent
commit
5896da18b1
  1. 2
      sgminer.c

2
sgminer.c

@ -229,7 +229,7 @@ static struct pool *currentpool = NULL; @@ -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…
Cancel
Save