mirror of
https://github.com/moparisthebest/curl
synced 2024-12-25 01:28:51 -05:00
curl: remove outdated comment
Turned bad with commit b889408500
Reported-by: niallor on github
Fixes #4172
Closes #4173
This commit is contained in:
parent
a55faf33d4
commit
62aa0ba91a
@ -2094,12 +2094,6 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||||||
CURLcode result = CURLE_OK;
|
CURLcode result = CURLE_OK;
|
||||||
bool capath_from_env;
|
bool capath_from_env;
|
||||||
|
|
||||||
/*
|
|
||||||
** Beyond this point no return'ing from this function allowed.
|
|
||||||
** Jump to label 'quit_curl' in order to abandon this function
|
|
||||||
** from outside of nested loops further down below.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Check we have a url */
|
/* Check we have a url */
|
||||||
if(!config->url_list || !config->url_list->url) {
|
if(!config->url_list || !config->url_list->url) {
|
||||||
helpf(global->errors, "no URL specified!\n");
|
helpf(global->errors, "no URL specified!\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user