tony2001                Fri Jul 11 09:11:18 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar   func_interceptors.c 
  Log:
  drop unused var
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.20.2.10&r2=1.20.2.11&diff_format=u
Index: php-src/ext/phar/func_interceptors.c
diff -u php-src/ext/phar/func_interceptors.c:1.20.2.10 
php-src/ext/phar/func_interceptors.c:1.20.2.11
--- php-src/ext/phar/func_interceptors.c:1.20.2.10      Fri Jul 11 08:53:43 2008
+++ php-src/ext/phar/func_interceptors.c        Fri Jul 11 09:11:18 2008
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: func_interceptors.c,v 1.20.2.10 2008/07/11 08:53:43 tony2001 Exp $ */
+/* $Id: func_interceptors.c,v 1.20.2.11 2008/07/11 09:11:18 tony2001 Exp $ */
 
 #include "phar_internal.h"
 
@@ -1036,8 +1036,6 @@
 /* {{{ void phar_intercept_functions(TSRMLS_D) */
 void phar_intercept_functions(TSRMLS_D)
 {
-       zend_function *orig;
-
        if (!PHAR_G(request_init)) {
                PHAR_G(cwd) = NULL;
                PHAR_G(cwd_len) = 0;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to