Skip to content

Commit 3f9edaf

Browse files
committed
Removed commented out code
1 parent 75cd70b commit 3f9edaf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/EnumSet.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,6 @@ public function contains($enumerator): bool
145145
public function getIterator(): Iterator
146146
{
147147
return $this->{$this->fnDoGetIterator}();
148-
149-
/*
150-
$ordinal = 0;
151-
$enumerationCount = $this->enumerationCount;
152-
$fnDoGetBit = $this->fnDoGetBit;
153-
for (; $ordinal < $enumerationCount; ++$ordinal) {
154-
if ($this->{$fnDoGetBit}($ordinal)) {
155-
yield $ordinal => ($this->enumeration)::byOrdinal($ordinal);
156-
}
157-
}
158-
*/
159148
}
160149

161150
/**

0 commit comments

Comments
 (0)