jani            Thu Nov  1 17:32:26 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.24&r2=1.52.2.6.2.25&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.24 
php-src/main/streams/plain_wrapper.c:1.52.2.6.2.25
--- php-src/main/streams/plain_wrapper.c:1.52.2.6.2.24  Wed Oct 31 13:23:07 2007
+++ php-src/main/streams/plain_wrapper.c        Thu Nov  1 17:32:26 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.52.2.6.2.24 2007/10/31 13:23:07 jani Exp $ */
+/* $Id: plain_wrapper.c,v 1.52.2.6.2.25 2007/11/01 17:32:26 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

Reply via email to