We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b972f8e commit 7c23653Copy full SHA for 7c23653
lessc.inc.php
@@ -1745,7 +1745,6 @@ function reduce($var) {
1745
1746
$seen =& $this->env->seenNames;
1747
1748
- // increment
1749
if (!empty($seen[$key])) {
1750
$this->throwError("infinite loop detected: $key");
1751
}
@@ -1754,7 +1753,6 @@ function reduce($var) {
1754
1753
1755
$out = $this->reduce($this->get($key));
1756
1757
- // decrement
1758
$seen[$key] = false;
1759
1760
return $out;
0 commit comments