From d5f0312eeebbd6847108de2cec9e3ababf028fe3 Mon Sep 17 00:00:00 2001 From: Cliff Frey Date: Sat, 18 Jun 2011 11:46:46 -0700 Subject: [PATCH] remove unused LOWER(ch) --- http_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/http_parser.c b/http_parser.c index cfa2e55..dcb28f9 100644 --- a/http_parser.c +++ b/http_parser.c @@ -716,7 +716,6 @@ size_t http_parser_execute (http_parser *parser, case s_req_host: { - c = LOWER(ch); if (IS_HOST_CHAR(ch)) break; switch (ch) { case ':':