resolve: drop redundant call of socket_ipv6_is_supported()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 4 Nov 2022 03:53:07 +0000 (12:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Nov 2022 12:46:36 +0000 (21:46 +0900)
commitf6e4aa7b0370c8b39739e9d5dda780932489507a
tree7bb36ebb9da4fc57d7a130c265223df6bce1497b
parentafd8e1d94527cf663a8dc013f2190a90218666bd
resolve: drop redundant call of socket_ipv6_is_supported()

As link_relevant() is called with AF_INET6, which returns true only when
the link has at least one relevant IPv6 address.
src/resolve/resolved-link.c