diff options
author | Antony Dovgal <tony2001@php.net> | 2005-10-12 14:04:02 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-10-12 14:04:02 +0000 |
commit | 305e9463586ca595b41a63ec45547cc785165060 (patch) | |
tree | 77f4ac4d243c89d04f1d4ea188f7f21769c3ff91 /ext/soap/php_http.c | |
parent | 25807448134dd3a4caf0a25542a1db5f664ec4c8 (diff) | |
download | php-git-305e9463586ca595b41a63ec45547cc785165060.tar.gz |
MFH: nuke unused vars
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r-- | ext/soap/php_http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 8c3b92b194..644cfba092 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -845,8 +845,6 @@ try_again: if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { php_url *new_url = php_url_parse(loc); - char *body; - int body_size; if (new_url != NULL) { efree(http_headers); |