diff --git a/server/src/sendto.rs b/server/src/sendto.rs index bb9fd7d..202b28c 100644 --- a/server/src/sendto.rs +++ b/server/src/sendto.rs @@ -27,7 +27,6 @@ use std::cmp; use std::io; -use nix::sys::socket::sendmsg; /// For Linux, try to detect GSO is available. #[cfg(target_os = "linux")]