remove unused broker/coordinator methods
This commit is contained in:
parent
24eec69418
commit
22cea88c7e
2 changed files with 0 additions and 20 deletions
|
|
@ -118,10 +118,6 @@ impl Coordinator {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn list_agents(&self) -> Vec<String> {
|
||||
self.agents.lock().unwrap().keys().cloned().collect()
|
||||
}
|
||||
|
||||
/// Mark an agent as in-progress (only one state per agent for now).
|
||||
pub fn set_transient(&self, name: &str, kind: TransientKind) {
|
||||
self.transient.lock().unwrap().insert(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue