remove bloat
This commit is contained in:
parent
5f243e71fe
commit
3bb46433e9
@ -90,10 +90,6 @@ impl MinecraftConnection<TcpStream> {
|
||||
})
|
||||
}
|
||||
|
||||
pub fn set_nonblocking(&mut self, state: bool) {
|
||||
self.stream.set_nonblocking(state).unwrap();
|
||||
}
|
||||
|
||||
/// Close TcpStream
|
||||
#[cfg(not(feature = "atomic_clone"))]
|
||||
pub fn close(&mut self) {
|
||||
|
Loading…
Reference in New Issue
Block a user