From 202162daeb8420641e28c0f05966932ecd94e468 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 13 Sep 2015 16:32:59 +0200 Subject: http2: removed unused function --- lib/http2.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/http2.c') diff --git a/lib/http2.c b/lib/http2.c index 588780bab..32de3f64d 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -908,15 +908,6 @@ CURLcode Curl_http2_init(struct connectdata *conn) return CURLE_OK; } -/* - * 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. */ -- cgit v1.2.3