remove unused statements
All checks were successful
Run Check Script / check (pull_request) Successful in 1m53s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m53s
This commit is contained in:
parent
b621a92c82
commit
702827c753
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user