From 62aa0ba91ab0ede286cb41eed0b215705a5b1c90 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Jul 2019 17:48:10 +0200 Subject: [PATCH] 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");