Home
last modified time | relevance | path

Searched hist:"13 dde04f5c436f3b9f50ccfd0784db6db13401f3" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.cdiff 13dde04f5c436f3b9f50ccfd0784db6db13401f3 Wed Aug 01 03:59:56 CEST 2018 Wei Yongjun <weiyongjun1@huawei.com> tcp: remove set but not used variable 'skb_size'

Fixes gcc '-Wunused-but-set-variable' warning:

net/ipv4/tcp_output.c: In function 'tcp_collapse_retrans':
net/ipv4/tcp_output.c:2700:6: warning:
variable 'skb_size' set but not used [-Wunused-but-set-variable]
int skb_size, next_skb_size;
^

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>