summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-10-12 14:03:26 +0000
committerAntony Dovgal <tony2001@php.net>2005-10-12 14:03:26 +0000
commite371613f9c01264cd715317d1a3493babfffe2ea (patch)
tree783ce2be9af220f162bbee0105e61e4aea90a759 /ext/soap/php_http.c
parent5466fe38ed5122d89f8e602b1036a84912d957f8 (diff)
downloadphp-git-e371613f9c01264cd715317d1a3493babfffe2ea.tar.gz
nuke unused vars
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c
index 5680ae8dcb..2718b3708a 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);