mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
curl.h: mark two error codes as obsolete
Not used by libcurl since many years Closes #15538
This commit is contained in:
parent
a826886509
commit
bc34ebc87b
5 changed files with 16 additions and 15 deletions
|
|
@ -145,7 +145,6 @@ static bool is_fatal_error(CURLcode code)
|
|||
case CURLE_FAILED_INIT:
|
||||
case CURLE_OUT_OF_MEMORY:
|
||||
case CURLE_UNKNOWN_OPTION:
|
||||
case CURLE_FUNCTION_NOT_FOUND:
|
||||
case CURLE_BAD_FUNCTION_ARGUMENT:
|
||||
/* critical error */
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue