Explorar o código

net/transport remove error not used

piltom %!s(int64=4) %!d(string=hai) anos
pai
achega
cca7fcc18c
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/net/transport.rs

+ 0 - 3
src/net/transport.rs

@@ -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),
 }