Browse Source

core: remove num_processors (unused).

nfactor-troky
Noel Maersk 11 years ago
parent
commit
c09a5b4406
  1. 1
      miner.h
  2. 3
      sgminer.c

1
miner.h

@ -1069,7 +1069,6 @@ extern bool hotplug_mode; @@ -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;

3
sgminer.c

@ -112,12 +112,13 @@ int zombie_devs; @@ -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…
Cancel
Save