mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Remove unused imports for specific OS targets
This commit is contained in:
parent
1aebfe290c
commit
4b4f5afe23
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
// spell-checker:ignore pgrep pwait snice getpgrp
|
||||
|
||||
use libc::{gid_t, pid_t, uid_t};
|
||||
#[cfg(not(target_os = "redox"))]
|
||||
use nix::errno::Errno;
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
use nix::sys::signal::kill;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue