cvs: ZendEngine2 / zend_compile.c zend_gc.c
[email protected] ("Felipe Pena")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsfelipe1209053733@cvsserver> |
felipe Thu Apr 24 16:15:33 2008 UTC
Modified files:
/ZendEngine2 zend_compile.c zend_gc.c
Log:
- Removed unused variables
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.818&r2=1.819&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.818 ZendEngine2/zend_compile.c:1.819
--- ZendEngine2/zend_compile.c:1.818 Wed Apr 9 08:55:31 2008
+++ ZendEngine2/zend_compile.c Thu Apr 24 16:15:33 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_compile.c,v 1.818 2008/04/09 08:55:31 dmitry Exp $ */
+/* $Id: zend_compile.c,v 1.819 2008/04/24 16:15:33 felipe Exp $ */
#include <zend_language_parser.h>
#include "zend.h"
@@ -5213,8 +5213,6 @@
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 &&
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_gc.c?r1=1.11&r2=1.12&diff_format=u
Index: ZendEngine2/zend_gc.c
diff -u ZendEngine2/zend_gc.c:1.11 ZendEngine2/zend_gc.c:1.12
--- ZendEngine2/zend_gc.c:1.11 Fri Apr 11 17:32:18 2008
+++ ZendEngine2/zend_gc.c Thu Apr 24 16:15:33 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_gc.c,v 1.11 2008/04/11 17:32:18 dmitry Exp $ */
+/* $Id: zend_gc.c,v 1.12 2008/04/24 16:15:33 felipe Exp $ */
#include "zend.h"
#include "zend_API.h"
@@ -93,8 +93,6 @@
ZEND_API void gc_reset(TSRMLS_D)
{
- int i;
-
GC_G(gc_runs) = 0;
GC_G(collected) = 0;