]> granicus.if.org Git - curl/commitdiff
quic.h: remove unused proto
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Aug 2019 13:09:07 +0000 (15:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Aug 2019 13:09:07 +0000 (15:09 +0200)
lib/quic.h

index 9c90b2ec52812aa0d3b7f01afa875dabad48c616..797edbb25fba26680f2686674772651f89a6c1ce 100644 (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 */