quic.h: remove unused proto

This commit is contained in:
Daniel Stenberg 2019-08-13 15:09:07 +02:00
parent 125884e466
commit 362d59edab
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 0 additions and 6 deletions

View File

@ -34,9 +34,6 @@
#include "urldata.h"
/* generic */
const char *Curl_quic_backend(void);
/* functions provided by the specific backends */
CURLcode Curl_quic_connect(struct connectdata *conn,
curl_socket_t sockfd,
@ -46,9 +43,6 @@ CURLcode Curl_quic_is_connected(struct connectdata *conn, int sockindex,
bool *done);
int Curl_quic_ver(char *p, size_t len);
#else
/* no QUIC */
#define Curl_quic_backend() ""
#endif
#endif /* HEADER_CURL_QUIC_H */