From 084404b8abccd57f2dff95b1be601f287c1aec57 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Aug 2019 11:17:02 +0200 Subject: CURLOPT_H3: removed There's no use for this anymore and it was never in a release. Closes #4206 --- lib/setopt.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3