Skip to content

Commit

Permalink
[ul] Change association::client::Error
Browse files Browse the repository at this point in the history
- remove unused Error::Send
  • Loading branch information
Enet4 committed Nov 2, 2024
1 parent e0aa35b commit d1ca894
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ul/src/association/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ pub enum Error {
/// no presentation contexts accepted by the server
NoAcceptedPresentationContexts { backtrace: Backtrace },

/// failed to write PDU message
#[non_exhaustive]
Send {
#[snafu(backtrace)]
source: crate::pdu::writer::Error,
},

/// failed to send PDU message on wire
#[non_exhaustive]
WireSend {
Expand Down

0 comments on commit d1ca894

Please sign in to comment.