1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

Kernel: Merge do_retransmit_packets() into retransmit_packets()

This commit is contained in:
Gunnar Beutner 2021-05-13 11:34:38 +02:00 committed by Andreas Kling
parent 08aa3a91e3
commit c22296505c
2 changed files with 46 additions and 52 deletions

View file

@ -176,7 +176,6 @@ private:
virtual KResult protocol_bind() override;
virtual KResult protocol_listen() override;
void do_retransmit_packets();
void enqueue_for_retransmit();
void dequeue_for_retransmit();