jani            Thu Nov  1 17:32:10 2007 UTC

  Modified files:              
    /php-src/main/streams       plain_wrapper.c 
  Log:
  - Nuke unused variables
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/plain_wrapper.c?r1=1.91&r2=1.92&diff_format=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.91 
php-src/main/streams/plain_wrapper.c:1.92
--- php-src/main/streams/plain_wrapper.c:1.91   Wed Oct 31 13:22:18 2007
+++ php-src/main/streams/plain_wrapper.c        Thu Nov  1 17:32:10 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.91 2007/10/31 13:22:18 jani Exp $ */
+/* $Id: plain_wrapper.c,v 1.92 2007/11/01 17:32:10 jani Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -1006,8 +1006,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