From e371613f9c01264cd715317d1a3493babfffe2ea Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 12 Oct 2005 14:03:26 +0000 Subject: [PATCH] nuke unused vars --- ext/soap/php_http.c | 2 -- 1 file changed, 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); -- 2.50.1