X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_header_parser.c;h=2526835f90cf929cd096515ccdb050305112e8b6;hp=ec41a240e66a8a4cf3881d86af759be0879df998;hb=c0a90e57b4fe369f68b02111770815d66ec5a380;hpb=b0d5cbf0fc0e1c9ac8868dab045d17648cc084d9 diff --git a/php_http_header_parser.c b/php_http_header_parser.c index ec41a24..2526835 100644 --- a/php_http_header_parser.c +++ b/php_http_header_parser.c @@ -59,8 +59,6 @@ php_http_header_parser_state_t php_http_header_parser_state_push(php_http_header php_http_header_parser_state_t php_http_header_parser_state_is(php_http_header_parser_t *parser) { - php_http_header_parser_state_t state; - if (parser->stack.top) { return (php_http_header_parser_state_t) parser->stack.elements[parser->stack.top - 1]; }