Skip to content

Commit

Permalink
http2: removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 13, 2015
1 parent a7cb6a2 commit 202162d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/http2.c
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 202162d

Please sign in to comment.