Skip to content

Commit

Permalink
http2: remove unused Curl_http2_strerror function declaration
Browse files Browse the repository at this point in the history
Curl_http2_strerror was renamed to http2_strerror in
05b100a and then http2_strerror was removed in
5808a0d

This also fixes the following compiler error

lib/http2.h:41:33: error: unknown type name 'uint32_t'
lib/http2.h:1:1: note: 'uint32_t' is defined in header '<stdint.h>'

Closes #10912
  • Loading branch information
Biswa96 authored and bagder committed Apr 9, 2023
1 parent dfabe8b commit 5023d7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/http2.h
Expand Up @@ -38,8 +38,6 @@
*/
void Curl_http2_ver(char *p, size_t len);

const char *Curl_http2_strerror(uint32_t err);

CURLcode Curl_http2_request_upgrade(struct dynbuf *req,
struct Curl_easy *data);

Expand Down

0 comments on commit 5023d7c

Please sign in to comment.