diff options
Diffstat (limited to 'lib/http2.c')
-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, |