net/transport remove error not used

This commit is contained in:
piltom
2022-04-09 23:28:12 +02:00
parent 7cbf0bd95b
commit cca7fcc18c

View File

@@ -37,9 +37,6 @@ pub enum TransportError<TErr> {
#[error("Transport IO Error: {0}")]
IoError(#[from] std::io::Error),
#[error("Socks5 Error: {0}")]
Socks5Error(#[from] fast_socks5::SocksError),
#[error("{0}")]
Other(TErr),
}