Skip to content
Snippets Groups Projects
Unverified Commit 91e5de0c authored by Jiawen Geng's avatar Jiawen Geng Committed by GitHub
Browse files

remove redundant return

parent b7fa1b4e
Branches
No related merge requests found
...@@ -297,8 +297,6 @@ void ngtcp2_acktr_recv_ack(ngtcp2_acktr *acktr, const ngtcp2_ack *fr) { ...@@ -297,8 +297,6 @@ void ngtcp2_acktr_recv_ack(ngtcp2_acktr *acktr, const ngtcp2_ack *fr) {
return; return;
} }
} }
return;
} }
void ngtcp2_acktr_commit_ack(ngtcp2_acktr *acktr) { void ngtcp2_acktr_commit_ack(ngtcp2_acktr *acktr) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment