tool: Moved --libcurl to the global config

This commit is contained in:
Steve Holme 2014-03-01 13:38:00 +00:00
parent 75e996f29f
commit f1a9e6858e
8 changed files with 29 additions and 28 deletions

View file

@ -135,8 +135,6 @@ static void free_config_fields(struct OperationConfig *config)
Curl_safefree(config->ftp_account);
Curl_safefree(config->ftp_alternative_to_user);
Curl_safefree(config->libcurl);
}
void config_free(struct OperationConfig *config)