Explorar o código

Untested large STP implementation

Billy Barrow %!s(int64=4) %!d(string=hai) anos
pai
achega
8ce4189104
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/lib/Protocols/MX2/Muxer.vala

+ 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();