CURLOPT_H3: removed

There's no use for this anymore and it was never in a release.

Closes #4206
This commit is contained in:
Daniel Stenberg 2019-08-09 11:17:02 +02:00
parent db061571ef
commit 084404b8ab
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 4 additions and 82 deletions

View file

@ -2755,13 +2755,6 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
return result;
break;
#endif
case CURLOPT_H3:
#ifdef ENABLE_QUIC
/* not use anymore */
#else
return CURLE_NOT_BUILT_IN;
#endif
break;
default:
/* unknown tag and its companion, just ignore: */
result = CURLE_UNKNOWN_OPTION;