From: Daniel Stenberg Date: Tue, 30 Jul 2019 15:48:10 +0000 (+0200) Subject: curl: remove outdated comment X-Git-Tag: curl-7_66_0~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62aa0ba91ab0ede286cb41eed0b215705a5b1c90;p=thirdparty%2Fcurl.git curl: remove outdated comment Turned bad with commit b8894085000 Reported-by: niallor on github Fixes #4172 Closes #4173 --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 18adf1046b..7cb2f01f94 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");