|
|
@@ -2004,11 +2004,6 @@ static struct opt_table opt_config_table[] = {
|
|
|
OPT_WITH_ARG("--http-port",
|
|
|
opt_set_intval, opt_show_intval, &httpsrv_port,
|
|
|
"Port number to listen on for HTTP getwork miners (-1 means disabled)"),
|
|
|
-#endif
|
|
|
-#if defined(WANT_CPUMINE) && (defined(HAVE_OPENCL) || defined(USE_FPGA))
|
|
|
- OPT_WITHOUT_ARG("--enable-cpu|-C",
|
|
|
- opt_set_bool, &opt_usecpu,
|
|
|
- opt_hidden),
|
|
|
#endif
|
|
|
OPT_WITH_ARG("--expiry",
|
|
|
set_int_0_to_9999, opt_show_intval, &opt_expiry,
|