diff options
Diffstat (limited to 'lib/setopt.c')
-rw-r--r-- | lib/setopt.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/setopt.c b/lib/setopt.c index 1ad721131..48c4f2040 100644 --- a/lib/setopt.c +++ b/lib/setopt.c @@ -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; |