remove unused broker/coordinator methods

This commit is contained in:
damocles 2026-05-16 13:02:53 +02:00
parent 24eec69418
commit 22cea88c7e
2 changed files with 0 additions and 20 deletions

View file

@ -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(