Explorar el Código

net/transport remove error not used

piltom hace 4 años
padre
commit
cca7fcc18c
Se han modificado 1 ficheros con 0 adiciones y 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),
 }