Skip to content
Snippets Groups Projects
Unverified Commit bbe664e8 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by GitHub
Browse files

Merge pull request #253 from gengjiawen/gengjiawen-patch-1

remove redundant return
parents 1448a8e4 91e5de0c
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