From 9928091aada940961e1719dcbb494f196bb4445e Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 12 Dec 2024 16:11:42 +1100 Subject: [PATCH] fix(ci) Signed-off-by: Anhad Singh --- src/ld_so/linker.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ld_so/linker.rs b/src/ld_so/linker.rs index 10330c44a5..5e95514da1 100644 --- a/src/ld_so/linker.rs +++ b/src/ld_so/linker.rs @@ -193,7 +193,6 @@ impl Linker { if !dlopened { #[cfg(target_os = "redox")] let (tcb, old_tcb) = { - use super::tcb::OsSpecific; use redox_rt::signal::tmp_disable_signals; let old_tcb = Tcb::current().expect("failed to get bootstrap TCB");