From 9ef1e8d653acd7e8e026cbde9c0320cedb8cf1d3 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Jul 2022 17:56:36 -0500 Subject: remove unnecessary empty impls --- azalea-protocol/src/connect.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 75c64517..cd51f86c 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -82,10 +82,6 @@ impl Connection { } } -impl Connection {} - -impl Connection {} - impl Connection { pub fn set_compression_threshold(&mut self, threshold: i32) { // if you pass a threshold of 0 or less, compression is disabled -- cgit v1.2.3