mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 09:01:25 +08:00
Remove unused import
This commit is contained in:
parent
9a1226684e
commit
019a082d5d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user