net: ipv4: Remove unused definition in tcp_time_to_recover()
Change-Id: Ic0cc5912b3f7c73bf78e028c72375075e2c864c1 Signed-off-by: uwu-gl <moegluwu0@gmail.com>
This commit is contained in:
@@ -2189,8 +2189,6 @@ static inline int tcp_dupack_heuristics(const struct tcp_sock *tp)
|
||||
static bool tcp_time_to_recover(struct sock *sk, int flag)
|
||||
{
|
||||
struct tcp_sock *tp = tcp_sk(sk);
|
||||
__u32 packets_out;
|
||||
int tcp_reordering = sock_net(sk)->ipv4.sysctl_tcp_reordering;
|
||||
|
||||
/* Trick#1: The loss is proven. */
|
||||
if (tp->lost_out)
|
||||
|
||||
Reference in New Issue
Block a user