瀏覽代碼

Untested large STP implementation

Billy Barrow 4 年之前
父節點
當前提交
8ce4189104
共有 1 個文件被更改,包括 0 次插入3 次删除
  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();