Skip to content

Commit

Permalink
去除多余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Apr 30, 2024
1 parent f78f8de commit c6c1d29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vnt/src/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c6c1d29

Please sign in to comment.