Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2024-12-12 16:11:42 +11:00
parent d3bab6eeee
commit 9928091aad
-1
View File
@@ -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");