Просмотр исходного кода

net: comment out unimplemented code

lunar-mining 4 лет назад
Родитель
Сommit
b2734bf42b
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/net/channel.rs

+ 3 - 3
src/net/channel.rs

@@ -98,9 +98,9 @@ impl Channel {
         self.info.lock().await.get_info().await
         self.info.lock().await.get_info().await
     }
     }
 
 
-    async fn session_type_id(&self) -> Result<()> {
-        //
-    }
+    //async fn session_type_id(&self) -> Result<()> {
+    //    //
+    //}
 
 
     /// Starts the channel. Runs a receive loop to start receiving messages or
     /// Starts the channel. Runs a receive loop to start receiving messages or
     /// handles a network failure.
     /// handles a network failure.