felipe Sun Aug 24 04:18:23 2008 UTC
Modified files:
/php-src/ext/spl php_spl.c
Log:
- Removed unused variable
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.140&r2=1.141&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.140 php-src/ext/spl/php_spl.c:1.141
--- php-src/ext/spl/php_spl.c:1.140 Thu Aug 14 10:06:39 2008
+++ php-src/ext/spl/php_spl.c Sun Aug 24 04:18:22 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.140 2008/08/14 10:06:39 helly Exp $ */
+/* $Id: php_spl.c,v 1.141 2008/08/24 04:18:22 felipe Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -373,7 +373,6 @@
ZVAL_ZSTRL(zclass_name, ZEND_STR_TYPE, class_name, class_name_len, 1);
if (SPL_G(autoload_functions)) {
int l_autoload_running = SPL_G(autoload_running);
- zval *exception = NULL;
SPL_G(autoload_running) = 1;
lc_name = zend_u_str_tolower_dup(ZEND_STR_TYPE, class_name,
class_name_len);
zend_hash_internal_pointer_reset_ex(SPL_G(autoload_functions),
&function_pos);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php