From: Yue Haibing Date: Mon, 31 Jul 2023 14:04:37 +0000 (+0800) Subject: inet6: Remove unused function declaration udpv6_connect() X-Git-Tag: v6.6-rc1~162^2~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=999d0863ff6416dd33c904f496bf363c8afb6540;p=thirdparty%2Flinux.git inet6: Remove unused function declaration udpv6_connect() This is never implemented since the beginning of git history. Signed-off-by: Yue Haibing Reviewed-by: Kuniyuki Iwashima Link: https://lore.kernel.org/r/20230731140437.37056-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski --- diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index d27b1caf37537..1a97e3f32029a 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -33,8 +33,6 @@ void udplitev6_exit(void); int tcpv6_init(void); void tcpv6_exit(void); -int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len); - /* this does all the common and the specific ctl work */ void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, struct sk_buff *skb);