Skip to content

Commit

Permalink
Remove stray unused variable from Set iterator (#26675)
Browse files Browse the repository at this point in the history
[minor fix, not reviewed]

Paul pointed this out, it was a consequence of all the code evolution
that branch took.

Passed a fresh paratest with futures
  • Loading branch information
lydia-duncan authored Feb 10, 2025
2 parents dda9f6d + 6e35e2d commit b00bf79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/standard/Set.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ module Set {

@chpldoc.nodoc
iter const these(param tag) where tag == iterKind.leader {
var space = 0..#_htb.tableSize;
for followThis in _htb._evenSlots(tag) {
yield followThis;
}
Expand Down

0 comments on commit b00bf79

Please sign in to comment.