curl.h: mark two error codes as obsolete

Not used by libcurl since many years

Closes #15538
This commit is contained in:
Daniel Stenberg 2024-11-10 16:11:02 +01:00
parent a826886509
commit bc34ebc87b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 16 additions and 15 deletions

View file

@ -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;