Remove unused import

This commit is contained in:
Fabian Boehm 2024-01-27 16:57:16 +01:00
parent 9a1226684e
commit 019a082d5d

View file

@ -4,7 +4,6 @@ use super::prelude::*;
use crate::proc::{proc_wait_any, Job};
use crate::signal::SigChecker;
use crate::wait_handle::{WaitHandleRef, WaitHandleStore};
use crate::wutil;
/// \return true if we can wait on a job.
fn can_wait_on_job(j: &Job) -> bool {