Browse Source

nuke unused vars

migration/RELEASE_1_0_0
Antony Dovgal 21 years ago
parent
commit
e371613f9c
  1. 2
      ext/soap/php_http.c

2
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);

Loading…
Cancel
Save