From d1ca89456be2241e11e1536bb6c2cc97591cd719 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Sat, 2 Nov 2024 10:38:28 +0000 Subject: [PATCH] [ul] Change association::client::Error - remove unused Error::Send --- ul/src/association/client.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ul/src/association/client.rs b/ul/src/association/client.rs index b966521b..b32de904 100644 --- a/ul/src/association/client.rs +++ b/ul/src/association/client.rs @@ -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 {