remove unused statements
All checks were successful
Run Check Script / check (pull_request) Successful in 1m53s

This commit is contained in:
Ian Letourneau 2025-07-01 15:09:46 -04:00
parent b621a92c82
commit 702827c753

View File

@ -9,7 +9,6 @@ use crate::{
data::{Id, Version},
interpret::{Interpret, InterpretError, InterpretName, InterpretStatus, Outcome},
inventory::Inventory,
score::Score,
topology::Topology,
};
@ -45,8 +44,6 @@ impl<T: Topology + std::fmt::Debug> Interpret<T> for ApplicationInterpret<T> {
}
}
trait Application {}
/// An ApplicationFeature provided by harmony, such as Backups, Monitoring, MultisiteAvailability,
/// ContinuousIntegration, ContinuousDelivery
#[async_trait]