]> granicus.if.org Git - php/commitdiff
nuke unused vars
authorAntony Dovgal <tony2001@php.net>
Wed, 12 Oct 2005 14:03:26 +0000 (14:03 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 12 Oct 2005 14:03:26 +0000 (14:03 +0000)
ext/soap/php_http.c

index 5680ae8dcb1e2f894418a52b47984a207c994730..2718b3708aa96ea02895a7962557a038510d3d39 100644 (file)
@@ -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);