Remove unused imports for specific OS targets

This commit is contained in:
Chris Dryden 2025-12-07 14:14:21 -05:00
parent 1aebfe290c
commit 4b4f5afe23

View file

@ -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;