Browse Source

No longer should hide --no-restart option if OpenCL support is missing

Luke Dashjr 13 years ago
parent
commit
35b7b804f0
1 changed files with 0 additions and 4 deletions
  1. 0 4
      miner.c

+ 0 - 4
miner.c

@@ -1166,11 +1166,7 @@ static struct opt_table opt_config_table[] = {
 			"Do not automatically disable pools that continually reject shares"),
 			"Do not automatically disable pools that continually reject shares"),
 	OPT_WITHOUT_ARG("--no-restart",
 	OPT_WITHOUT_ARG("--no-restart",
 			opt_set_invbool, &opt_restart,
 			opt_set_invbool, &opt_restart,
-#ifdef HAVE_OPENCL
 			"Do not attempt to restart devices that hang or BFGMiner if it crashes"
 			"Do not attempt to restart devices that hang or BFGMiner if it crashes"
-#else
-			opt_hidden
-#endif
 	),
 	),
 	OPT_WITHOUT_ARG("--no-stratum",
 	OPT_WITHOUT_ARG("--no-stratum",
 			opt_set_invbool, &want_stratum,
 			opt_set_invbool, &want_stratum,