1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Remove unused variables on Freebsd

This commit is contained in:
Sylvestre Ledru 2021-08-23 13:25:23 +02:00
parent 86c610a84b
commit 1126013dbb

View file

@ -28,9 +28,6 @@ use std::fmt::Display;
#[cfg(unix)] #[cfg(unix)]
use std::mem; use std::mem;
#[cfg(target_os = "freebsd")]
use uucore::libc::{c_char, fsid_t, uid_t};
#[cfg(windows)] #[cfg(windows)]
use std::path::Path; use std::path::Path;