From c6c1d297af27087bd8554c1294d72d9fd6b09ce8 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/channel/mod.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vnt/src/channel/mod.rs b/vnt/src/channel/mod.rs index c54d4ae..868bf63 100644 --- a/vnt/src/channel/mod.rs +++ b/vnt/src/channel/mod.rs @@ -53,12 +53,6 @@ impl Default for UseChannelType { UseChannelType::All } } -#[derive(Copy, Clone, Eq, PartialEq)] -pub enum Status { - Cone, - Symmetric, - Close, -} #[derive(Copy, Clone, Debug)] pub struct Route {