Skip to content

Commit

Permalink
Remove redundant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Sep 10, 2023
1 parent 8370c6e commit f2f019e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cylc/flow/id_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ def filter_ids(
if tokens.get(lowest_token.value):
break

# This was a set to avoid getting two copies of matched tasks in cycle
# points that appeared in both the hidden and main pools.
# TODO: the hidden pool no longer exists.
cycles = set()
tasks = []

Expand Down

0 comments on commit f2f019e

Please sign in to comment.