diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-07-30 17:48:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-30 23:19:03 +0200 |
commit | 62aa0ba91ab0ede286cb41eed0b215705a5b1c90 (patch) | |
tree | daef08f3596afa11b710116c273c30ae52016cd0 | |
parent | a55faf33d4b868c8e8173e7aabfe1e286a1a7658 (diff) | |
download | curl-62aa0ba91ab0ede286cb41eed0b215705a5b1c90.tar.gz |
curl: remove outdated comment
Turned bad with commit b8894085000
Reported-by: niallor on github
Fixes #4172
Closes #4173
-rw-r--r-- | src/tool_operate.c | 6 |
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"); |