1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

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

This commit is contained in:
Noel Maersk 2014-06-20 20:43:08 +03:00
parent 76dd32a2c8
commit 513307c790

View File

@ -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;