diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-13 15:09:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-13 15:09:07 +0200 |
commit | 362d59edabe126b52fb626300d3f28054ea0f54c (patch) | |
tree | 8d3f3a398fe99ff20608165bf6069db3bdc0d36e /lib | |
parent | 125884e4665c62c0c0b8141854a68c6e1fa863da (diff) |
quic.h: remove unused proto
Diffstat (limited to 'lib')
-rw-r--r-- | lib/quic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/quic.h b/lib/quic.h index 9c90b2ec5..797edbb25 100644 --- a/lib/quic.h +++ b/lib/quic.h @@ -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 */ |