tsort: remove idempotent conditional assignment
The conditional `run < minrun` can never be true directly after assigning `run = minrun`. Remove it to avoid confusion.
Showing
Please
register
or
sign in
to comment
The conditional `run < minrun` can never be true directly after assigning `run = minrun`. Remove it to avoid confusion.