1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

curl: remove outdated comment

Turned bad with commit b889408500

Reported-by: niallor on github
Fixes #4172
Closes #4173
This commit is contained in:
Daniel Stenberg 2019-07-30 17:48:10 +02:00
parent a55faf33d4
commit 62aa0ba91a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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");