mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03: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
1 changed files with 0 additions and 6 deletions
|
|
@ -2094,12 +2094,6 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
CURLcode result = CURLE_OK;
|
||||
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 */
|
||||
if(!config->url_list || !config->url_list->url) {
|
||||
helpf(global->errors, "no URL specified!\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue