remove bloat

This commit is contained in:
MeexReay 2024-11-12 00:10:25 +03:00
parent 5f243e71fe
commit 3bb46433e9

View File

@ -90,10 +90,6 @@ impl MinecraftConnection<TcpStream> {
}) })
} }
pub fn set_nonblocking(&mut self, state: bool) {
self.stream.set_nonblocking(state).unwrap();
}
/// Close TcpStream /// Close TcpStream
#[cfg(not(feature = "atomic_clone"))] #[cfg(not(feature = "atomic_clone"))]
pub fn close(&mut self) { pub fn close(&mut self) {