From 513307c790ed1731e6fe0fa7f7197c527aba8542 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 20 Jun 2014 20:43:08 +0300 Subject: [PATCH] config: remove commented-out old config-loading code. --- sgminer.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sgminer.c b/sgminer.c index 0551824f..b8714504 100644 --- a/sgminer.c +++ b/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;