remove unused Frame import in upstream.rs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
//! Upstream table: cmdline parsing and MANIFEST entry construction.
|
//! 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)`.
|
/// Read the system hostname via `gethostname(2)`.
|
||||||
pub fn get_hostname() -> String {
|
pub fn get_hostname() -> String {
|
||||||
|
|||||||
Reference in New Issue
Block a user