diff --git a/modules/standard/Set.chpl b/modules/standard/Set.chpl index 7d96d762f01b..f1c542d7d7ee 100644 --- a/modules/standard/Set.chpl +++ b/modules/standard/Set.chpl @@ -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; }