Skip to content

Commit

Permalink
remove unreachables
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed May 4, 2024
1 parent 87f5afd commit d69af5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dc/s2n-quic-dc/src/msg/addr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl Addr {
}
_ => unsafe {
assume!(false, "invalid remote address");
unreachable!()
},
}
}
Expand Down Expand Up @@ -113,7 +112,6 @@ impl Addr {
}
_ => unsafe {
assume!(false, "invalid remote address");
unreachable!()
},
}
}
Expand Down

0 comments on commit d69af5e

Please sign in to comment.