tsort.c
8.25 KB
-
tsort: remove idempotent conditional assignment · fdbb40fd
The conditional `run < minrun` can never be true directly after assigning `run = minrun`. Remove it to avoid confusion.
Patrick Steinhardt committed
The conditional `run < minrun` can never be true directly after assigning `run = minrun`. Remove it to avoid confusion.