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 {