optimizate: clean up unused code && code formatting
This commit is contained in:
@@ -413,7 +413,6 @@ int stellar_config_load(struct stellar_config *config, const char *file)
|
||||
char errbuf[200];
|
||||
FILE *fp = NULL;
|
||||
toml_table_t *table = NULL;
|
||||
//memset(config, 0, sizeof(struct stellar_config));
|
||||
|
||||
fp = fopen(file, "r");
|
||||
if (fp == NULL)
|
||||
|
||||
Reference in New Issue
Block a user