소스 검색

fix: remove unused variables res, cpu in tcp_ipv4.c patch

TheWildJames 2 달 전
부모
커밋
0de4137f2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/networking/patches/0001-net-tcp-backport-BBRv3-to-android14-5.15.patch

+ 1 - 1
.github/actions/networking/patches/0001-net-tcp-backport-BBRv3-to-android14-5.15.patch

@@ -3135,7 +3135,7 @@ index ca3ffe46a..9df881f5d 100644
  static int __net_init tcp_sk_init(struct net *net)
  {
 -	int cnt;
-+	int res, cpu, cnt;
++	int cnt;
 +	struct tcp_plb_net_context *ctx, *init_ctx;
  
  	net->ipv4.sysctl_tcp_ecn = 2;