[PATCH linux-next] ipv6: Remove assignment to 'newinet'

From: cgel . zte
Date: Thu Nov 11 2021 - 04:24:21 EST


From: luo penghao <luo.penghao@xxxxxxxxxx>

The same statement will overwrite it afterwards. meanwhile, the
assignment is in the if statement, the variable will not be used

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: luo penghao <luo.penghao@xxxxxxxxxx>
---
net/ipv6/tcp_ipv6.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index b03dd02..80f1fbb 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1261,7 +1261,6 @@ static struct sock *tcp_v6_syn_recv_sock(const struct sock *sk, struct sk_buff *

inet_sk(newsk)->pinet6 = tcp_inet6_sk(newsk);

- newinet = inet_sk(newsk);
newnp = tcp_inet6_sk(newsk);
newtp = tcp_sk(newsk);

--
2.15.2