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:
parent
86c610a84b
commit
1126013dbb
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue