Browse Source

config: remove commented-out old config-loading code.

djm34
Noel Maersk 11 years ago
parent
commit
513307c790
  1. 10
      sgminer.c

10
sgminer.c

@ -7827,16 +7827,6 @@ int main(int argc, char *argv[]) @@ -7827,16 +7827,6 @@ int main(int argc, char *argv[])
//apply pool-specific config from profiles
apply_pool_profiles();
/*FILE *fcfg = fopen("testconf_test.conf", "w");
if (!fcfg) {
wlogprint("Cannot open or create file\n");
quit(1,"");
}*/
//write_config("./testconf_test.conf");
//fclose(fcfg);
//quit(1,"file saved.");
if (opt_benchmark) {
struct pool *pool;

Loading…
Cancel
Save