Remove useless variable, simplify code
authorkn <kn@openbsd.org>
Fri, 2 Dec 2022 12:58:37 +0000 (12:58 +0000)
committerkn <kn@openbsd.org>
Fri, 2 Dec 2022 12:58:37 +0000 (12:58 +0000)
commit24793c0c0b6797d16cc9a6f2e0462b7beced28ed
tree5725926124bf6fcbe63f33b7ce855e11a543278b
parent4e88faf97e1f6bfd45003c5ccd81179b23c6a96b
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
sys/netinet6/nd6_nbr.c