mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove unused variables on Freebsd
This commit is contained in:
@@ -28,9 +28,6 @@ use std::fmt::Display;
|
||||
#[cfg(unix)]
|
||||
use std::mem;
|
||||
|
||||
#[cfg(target_os = "freebsd")]
|
||||
use uucore::libc::{c_char, fsid_t, uid_t};
|
||||
|
||||
#[cfg(windows)]
|
||||
use std::path::Path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user