From a42677f0d8408c4b085b53745c3b32111c8d433a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 6 Feb 2022 18:18:55 +0100 Subject: [PATCH] vquic/vquic.h: removed the unused H3 psuedo defines --- lib/vquic/vquic.h | 6 ------ 1 file changed, 6 deletions(-) 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,