jani Thu Nov 1 17:32:44 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams plain_wrapper.c Log: MFH: nuke unused variables http://cvs.php.net/viewvc.cgi/php-src/main/streams/plain_wrapper.c?r1=1.52.2.6.2.23.2.1&r2=1.52.2.6.2.23.2.2&diff_format=u Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.1 php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.2 --- php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.1 Wed Oct 31 13:22:45 2007 +++ php-src/main/streams/plain_wrapper.c Thu Nov 1 17:32:44 2007 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: plain_wrapper.c,v 1.52.2.6.2.23.2.1 2007/10/31 13:22:45 jani Exp $ */ +/* $Id: plain_wrapper.c,v 1.52.2.6.2.23.2.2 2007/11/01 17:32:44 jani Exp $ */ #include "php.h" #include "php_globals.h" @@ -1009,8 +1009,6 @@ { char *p; int ret; - zval funcname; - zval *retval = NULL; if ((p = strstr(url, "://")) != NULL) { url = p + 3;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php