vquic/vquic.h: removed the unused H3 psuedo defines

This commit is contained in:
Daniel Stenberg 2022-02-06 18:18:55 +01:00
parent 4ab3ed0729
commit a42677f0d8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -24,12 +24,6 @@
#include "curl_setup.h" #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 #ifdef ENABLE_QUIC
CURLcode Curl_qlogdir(struct Curl_easy *data, CURLcode Curl_qlogdir(struct Curl_easy *data,
unsigned char *scid, unsigned char *scid,