Commit 202162da authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

http2: removed unused function

parent a7cb6a28
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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.
 */