mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
Remove unused imports.
This commit is contained in:
parent
c6909951aa
commit
bcdb682bf8
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ use self::libc::{
|
||||||
};
|
};
|
||||||
pub use self::libc::passwd as c_passwd;
|
pub use self::libc::passwd as c_passwd;
|
||||||
|
|
||||||
#[cfg(any(target_os = "macos", target_os = "freebsd"))]
|
|
||||||
use self::libc::time_t;
|
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
use self::libc::int32_t;
|
use self::libc::int32_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue