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:
acc6833
)
- unused var
author
Michael Wallner
<mike@php.net>
Mon, 8 Aug 2005 09:24:15 +0000
(09:24 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 8 Aug 2005 09:24:15 +0000
(09:24 +0000)
http_message_object.c
patch
|
blob
|
history
diff --git
a/http_message_object.c
b/http_message_object.c
index db357c682f97f29380372656394f4606e6d19d09..18d3793dea0d90a55216af845a9eefdff253f168 100644
(file)
--- a/
http_message_object.c
+++ b/
http_message_object.c
@@
-129,8
+129,6
@@
static zend_object_handlers http_message_object_handlers;
void _http_message_object_init(INIT_FUNC_ARGS)
{
- zval constants;
-
HTTP_REGISTER_CLASS_EX(HttpMessage, http_message_object, NULL, 0);
HTTP_LONG_CONSTANT("HTTP_MSG_NONE", HTTP_MSG_NONE);