mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Remove unused import
This commit is contained in:
parent
9a1226684e
commit
019a082d5d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue