1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Kill unused var

This commit is contained in:
Ilia Alshanetsky
2008-04-13 12:25:15 +00:00
parent fbd21a5d01
commit 5cbecbe535
-2
View File
@@ -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;