Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Sep 9, 2014
1 parent a5c998b commit d966514
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions php_http_header_parser.c
Expand Up @@ -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];
}
Expand Down

0 comments on commit d966514

Please sign in to comment.