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:
parent
76dd32a2c8
commit
513307c790
10
sgminer.c
10
sgminer.c
@ -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…
Reference in New Issue
Block a user