mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-09 13:34:18 +00:00
core: remove num_processors (unused).
This commit is contained in:
parent
3f5485ae43
commit
c09a5b4406
1
miner.h
1
miner.h
@ -1069,7 +1069,6 @@ extern bool hotplug_mode;
|
||||
extern int hotplug_time;
|
||||
extern struct list_head scan_devices;
|
||||
extern int nDevs;
|
||||
extern int num_processors;
|
||||
extern int hw_errors;
|
||||
extern bool use_syslog;
|
||||
extern bool opt_quiet;
|
||||
|
@ -112,12 +112,13 @@ int zombie_devs;
|
||||
static int most_devices;
|
||||
struct cgpu_info **devices;
|
||||
int mining_threads;
|
||||
int num_processors;
|
||||
|
||||
#ifdef HAVE_CURSES
|
||||
bool use_curses = true;
|
||||
#else
|
||||
bool use_curses;
|
||||
#endif
|
||||
|
||||
static bool opt_submit_stale = true;
|
||||
static int opt_shares;
|
||||
bool opt_fail_only;
|
||||
|
Loading…
x
Reference in New Issue
Block a user