diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-09-13 16:32:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-13 16:33:51 +0200 |
commit | 202162daeb8420641e28c0f05966932ecd94e468 (patch) | |
tree | 12729e4818f08d8394c0718852712959f56ff350 /lib | |
parent | a7cb6a28e24a55e0f5d4afd1a90038b2ad2e75e5 (diff) |
http2: removed unused function
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http2.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/http2.c b/lib/http2.c index 588780bab..32de3f64d 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -909,15 +909,6 @@ CURLcode Curl_http2_init(struct connectdata *conn) } /* - * Send a request using http2 - */ -CURLcode Curl_http2_send_request(struct connectdata *conn) -{ - (void)conn; - return CURLE_OK; -} - -/* * Append headers to ask for a HTTP1.1 to HTTP2 upgrade. */ CURLcode Curl_http2_request_upgrade(Curl_send_buffer *req, |