Skip to content

Commit

Permalink
Remove dead store.
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzbuhl authored and lxin committed Jan 16, 2025
1 parent 0944585 commit 650ab47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/net/quic/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ static void quic_timer_loss_timeout(struct timer_list *t)
void quic_timer_path_handler(struct sock *sk)
{
struct quic_path_addr *path;
struct quic_packet *packet;
struct quic_frame *frame;
u8 cnt, probe = 1;
u32 timeout;
Expand All @@ -95,7 +94,6 @@ void quic_timer_path_handler(struct sock *sk)
return;

timeout = quic_cong_pto(quic_cong(sk)) * 3;
packet = quic_packet(sk);
path = quic_src(sk);
cnt = quic_path_sent_cnt(path);
if (cnt) {
Expand Down

0 comments on commit 650ab47

Please sign in to comment.