Эх сурвалжийг харах

Untested large STP implementation

Billy Barrow 4 жил өмнө
parent
commit
8ce4189104

+ 0 - 3
src/lib/Protocols/MX2/Muxer.vala

@@ -23,9 +23,6 @@ namespace LibPeer.Protocols.Mx2 {
 
         private ConcurrentHashMap<InstanceReference, int> pings = new ConcurrentHashMap<InstanceReference, int>((a) => a.hash(), (a, b) => a.compare(b) == 0);
 
-
-
-        
         public void register_network(Network network) {
             // Get the network identifier
             Bytes network_identifier = network.get_network_identifier();