remove unused Frame import in upstream.rs

This commit is contained in:
2026-08-13 08:30:20 +00:00
parent 279af33fd8
commit 49f6abd8d4
+1 -1
View File
@@ -1,6 +1,6 @@
//! Upstream table: cmdline parsing and MANIFEST entry construction.
use crate::frame::{Frame, UpstreamEntry, PROTO_TCP, PROTO_UDP};
use crate::frame::{UpstreamEntry, PROTO_TCP, PROTO_UDP};
/// Read the system hostname via `gethostname(2)`.
pub fn get_hostname() -> String {