Skip to content

Commit 999d086

Browse files
Yue Haibingkuba-moo
authored andcommitted
inet6: Remove unused function declaration udpv6_connect()
This is never implemented since the beginning of git history. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://lore.kernel.org/r/20230731140437.37056-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent ceaac91 commit 999d086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/net/transp_v6.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ void udplitev6_exit(void);
3333
int tcpv6_init(void);
3434
void tcpv6_exit(void);
3535

36-
int udpv6_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len);
37-
3836
/* this does all the common and the specific ctl work */
3937
void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg,
4038
struct sk_buff *skb);

0 commit comments

Comments
 (0)