htop
htop copied to clipboard
*bsd: mark unreachable code with comment
This may be undesired and the code should be revisited by the maintainers of these two occurances.
Leaving non-trivial unreachable code there is surely a sign of bugs. It's good to let *BSD port developers look at those. Or do you have the time to bother and fix them?
both instances seem to be copy paste issues, since there are very similar codes in the other
[vendor]/[Vendor]Process.c
files.
Both dead code is IMHO harmless and can be savely deleted without replacement.
However I am not totally sure about it, so i rather would make that up to the maintainers.