refactor: clean up unused code and improve conditionals in various modules

This commit is contained in:
GW_MC
2026-07-18 04:59:42 +00:00
parent 83037f3ee2
commit 076e87695d
11 changed files with 35 additions and 81 deletions

View File

@@ -1,8 +1,6 @@
use std::sync::{Arc, Weak};
use std::sync::Weak;
use nxmesh_proto::{
AgentMessage, ConfigUpdate, MasterMessage, command::Command, master_message::Payload,
};
use nxmesh_proto::{ConfigUpdate, MasterMessage, command::Command, master_message::Payload};
use crate::service::master_handler::{MasterHandlerError, MessageResult};