cvs: ZendEngine2(PHP_5_3) / zend_gc.c

[email protected] ("Ilia Alshanetsky")
Newsgroups php.zend-engine.cvs
Message-ID <cvsiliaa1208089515@cvsserver>
iliaa		Sun Apr 13 12:25:15 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_gc.c 
  Log:
  Kill unused var
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_gc.c?r1=1.1.2.11&r2=1.1.2.12&diff_format=u
Index: ZendEngine2/zend_gc.c
diff -u ZendEngine2/zend_gc.c:1.1.2.11 ZendEngine2/zend_gc.c:1.1.2.12
--- ZendEngine2/zend_gc.c:1.1.2.11	Fri Apr 11 17:31:53 2008
+++ ZendEngine2/zend_gc.c	Sun Apr 13 12:25:15 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_gc.c,v 1.1.2.11 2008/04/11 17:31:53 dmitry Exp $ */
+/* $Id: zend_gc.c,v 1.1.2.12 2008/04/13 12:25:15 iliaa 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;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.