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:
uwu-gl
2025-10-22 01:18:00 +08:00
committed by Onelots
parent 332b3c1dff
commit 46631fc6e6

View File

@@ -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)