]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl: remove outdated comment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jul 2019 15:48:10 +0000 (17:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jul 2019 21:19:03 +0000 (23:19 +0200)
Turned bad with commit b8894085000

Reported-by: niallor on github
Fixes #4172
Closes #4173

src/tool_operate.c

index 18adf1046be0adc5c4362bf259886d735409eecf..7cb2f01f9466fda7fc0dafd92f0133d7991d0218 100644 (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");