Skip to content

Commit

Permalink
fix(transport): remove unused Error::HandshakeFailed (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Oct 8, 2024
1 parent aca20d3 commit 5677bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neqo-transport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ pub enum Error {
DecodingFrame,
DecryptError,
DisabledVersion,
HandshakeFailed,
IdleTimeout,
IntegerOverflow,
InvalidInput,
Expand Down

0 comments on commit 5677bd1

Please sign in to comment.