summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-07-30 17:48:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-07-30 17:48:57 +0200
commitda397c073b73125d31b39c7b09b640970bebe92f (patch)
treead84b9bf96062533cef3ae232d8db86ee68a14b7
parentcb46b193f18d67c92fc30e91171719ecbf666816 (diff)
downloadcurl-bagder/remove-old-comment.tar.gz
curl: remove outdated commentbagder/remove-old-comment
Turned bad with commit b8894085000 Reported-by: niallor on github Fixes #4172
-rw-r--r--src/tool_operate.c6
1 files changed, 0 insertions, 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");