node: remove DnsNodeRuntime

This commit is contained in:
Luna Yao
2026-04-03 15:22:33 +02:00
parent 23f63f1e4a
commit 561bbd2d62
-6
View File
@@ -20,12 +20,6 @@ use tokio_util::sync::CancellationToken;
use tracing::instrument;
use uuid::Uuid;
#[derive(Debug)]
struct DnsNodeRuntime {
token: CancellationToken,
task: ScopedTask<()>,
}
#[derive(Debug, Clone)]
pub struct DnsNode {
mgr: Arc<DnsPeerMgr>,