Skip to content

Commit

Permalink
[=] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Dec 4, 2024
1 parent 3d68c71 commit 0ae0a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport/xqc_cid.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ xqc_cid_set_inner_init(xqc_cid_set_inner_t *cid_set_inner)
xqc_memzero(cid_set_inner, sizeof(xqc_cid_set_inner_t));
xqc_init_list_head(&cid_set_inner->cid_list);
xqc_init_list_head(&cid_set_inner->next);
cid_set_inner->largest_retire_prior_to = 0;
}

void
Expand Down

0 comments on commit 0ae0a78

Please sign in to comment.