projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a5c998b
)
fix warning
author
Michael Wallner
<mike@php.net>
Tue, 9 Sep 2014 07:55:15 +0000
(09:55 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 9 Sep 2014 07:55:15 +0000
(09:55 +0200)
php_http_header_parser.c
patch
|
blob
|
history
diff --git
a/php_http_header_parser.c
b/php_http_header_parser.c
index ec41a240e66a8a4cf3881d86af759be0879df998..2526835f90cf929cd096515ccdb050305112e8b6 100644
(file)
--- 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];
}