gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 117/220: quic.h: remove unused proto


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 117/220: quic.h: remove unused proto
Date: Thu, 12 Sep 2019 17:27:57 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 362d59edabe126b52fb626300d3f28054ea0f54c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Aug 13 15:09:07 2019 +0200

    quic.h: remove unused proto
---
 lib/quic.h | 6 ------
 1 file changed, 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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]