From: Antony Dovgal Date: Wed, 12 Oct 2005 14:04:02 +0000 (+0000) Subject: MFH: nuke unused vars X-Git-Tag: php-5.1.0RC2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=305e9463586ca595b41a63ec45547cc785165060;p=php MFH: nuke unused vars --- 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);