Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 24, 2023
1 parent f14be43 commit d709e4d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions yara-x-cli/src/walk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,3 @@ pub enum Message {
Error(String),
Abort,
}

impl Message {
pub fn as_str(&self) -> &str {
match self {
Message::Info(s) => s,
Message::Error(s) => s,
Message::Abort => "abort",
}
}
}

0 comments on commit d709e4d

Please sign in to comment.