fix unused variable

This commit is contained in:
Kirill Rodriguez 2024-10-29 15:20:08 +00:00
parent c35d406d10
commit e9559cd173
No known key found for this signature in database
GPG Key ID: 2AA85EC2AD7F85EA

2
http.c
View File

@ -1812,8 +1812,6 @@ evhttp_parse_request_line(struct evhttp_request *req, char *line, size_t len)
char *method;
char *uri;
char *version;
const char *hostname;
const char *scheme;
size_t method_len;
enum evhttp_cmd_type type = 0;