From: Daniel Stenberg Date: Sun, 6 Feb 2022 17:18:55 +0000 (+0100) Subject: vquic/vquic.h: removed the unused H3 psuedo defines X-Git-Tag: curl-7_82_0~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a42677f0d8408c4b085b53745c3b32111c8d433a;p=thirdparty%2Fcurl.git vquic/vquic.h: removed the unused H3 psuedo defines --- diff --git a/lib/vquic/vquic.h b/lib/vquic/vquic.h index adad5846b2..3df138f10e 100644 --- a/lib/vquic/vquic.h +++ b/lib/vquic/vquic.h @@ -24,12 +24,6 @@ #include "curl_setup.h" -#define H3_PSEUDO_METHOD ":method" -#define H3_PSEUDO_SCHEME ":scheme" -#define H3_PSEUDO_AUTHORITY ":authority" -#define H3_PSEUDO_PATH ":path" -#define H3_PSEUDO_STATUS ":status" - #ifdef ENABLE_QUIC CURLcode Curl_qlogdir(struct Curl_easy *data, unsigned char *scid,