gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 29/220: curl: remove outdated comment


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 29/220: curl: remove outdated comment
Date: Thu, 12 Sep 2019 17:26:29 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 62aa0ba91ab0ede286cb41eed0b215705a5b1c90
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jul 30 17:48:10 2019 +0200

    curl: remove outdated comment
    
    Turned bad with commit b8894085000
    
    Reported-by: niallor on github
    Fixes #4172
    Closes #4173
---
 src/tool_operate.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/tool_operate.c b/src/tool_operate.c
index 18adf1046..7cb2f01f9 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -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");

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]