Skip to content

Commit

Permalink
rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed May 6, 2024
1 parent 6f0216d commit c1661e9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nexus/src/app/background/instance_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,6 @@ enum Incomplete {
UpdateFailed,
}

impl CheckOutcome {
fn is_healthy(&self) -> bool {
match self {
Self::Success(InstanceState::Failed) => false,
Self::Failure(_) => false,
_ => true,
}
}
}

impl fmt::Display for CheckOutcome {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match self {
Expand Down

0 comments on commit c1661e9

Please sign in to comment.