]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vquic/vquic.h: removed the unused H3 psuedo defines
authorDaniel Stenberg <daniel@haxx.se>
Sun, 6 Feb 2022 17:18:55 +0000 (18:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Feb 2022 12:56:06 +0000 (13:56 +0100)
lib/vquic/vquic.h

index adad5846b2a9bbc9effc5f93e18d41c70087b260..3df138f10efa0dcd8806f557864d73e4a5e493dc 100644 (file)
 
 #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,