]> git.sesse.net Git - xml-template/commitdiff
Remove unused code in xml-template.php.
authorsgunderson@bigfoot.com <>
Wed, 4 Oct 2006 01:08:32 +0000 (03:08 +0200)
committersgunderson@bigfoot.com <>
Wed, 4 Oct 2006 01:08:32 +0000 (03:08 +0200)
php/xml-template.php

index 43132a9af1f369c45f3ab97c47d49203e9170a80..a0c65078a831dfe21f12c39452f582f280cd3429 100644 (file)
@@ -129,7 +129,6 @@ function XML_Template_clean($node)
 # FIXME: use varargs here
 function XML_Template_alternate($tag, $array, $elems)
 {
-       $i = 0;
        $num = count($elems);
 
        for ($i = 0; $i < count($array); $i++) {