Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Aug 7, 2023
1 parent 2ce88dd commit 9353def
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iot_verifier/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ pub struct Runner {
deny_list: DenyList,
}

#[derive(thiserror::Error, Debug)]
#[error("error creating runner: {0}")]
pub struct NewRunnerError(#[from] db_store::Error);

#[derive(thiserror::Error, Debug)]
pub enum RunnerError {
#[error("not found: {0}")]
Expand Down

0 comments on commit 9353def

Please sign in to comment.