From: Felipe Pena Date: Thu, 24 Apr 2008 16:15:33 +0000 (+0000) Subject: - Removed unused variables X-Git-Tag: RELEASE_2_0_0b1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d69738604fd599fd672d933d5bf6f6d099485780;p=php - Removed unused variables --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 193af49c08..b7b4c40584 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -5213,8 +5213,6 @@ void zend_release_labels(TSRMLS_D) /* {{{ */ void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC) /* {{{ */ { - int len; - if (prefix) { *result = *prefix; if (Z_TYPE(result->u.constant) == ZEND_STR_TYPE && diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index 2f3910c2f2..92bf4272ea 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -93,8 +93,6 @@ ZEND_API void gc_globals_dtor(TSRMLS_D) ZEND_API void gc_reset(TSRMLS_D) { - int i; - GC_G(gc_runs) = 0; GC_G(collected) = 0;