CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/02 05:58:37
Modified files:
sys/netinet6 : nd6_nbr.c
Log message:
Remove useless variable, simplify code
Using a local `duplicate' variable to defer the actual checks by a few
lines, interleaved with comments (saying the same thing but negated),
is harder to follow that neccessary.
Fold the logic and merge comments (remove the last obvious one missing
a negation) to save 20 LOC.
OK bluhm
