From 1625f6f2db6c4dbbab45468d639b40de34d4a319 Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Tue, 10 Dec 2024 21:33:53 -0600 Subject: [PATCH] Update sgx/compat/src/lib.rs Co-authored-by: Nick Santana --- sgx/compat/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sgx/compat/src/lib.rs b/sgx/compat/src/lib.rs index 68192e0be7..e52b630c08 100644 --- a/sgx/compat/src/lib.rs +++ b/sgx/compat/src/lib.rs @@ -21,7 +21,6 @@ cfg_if! { } else { extern crate std; - mod thread {} pub use std::panic; pub use std::sync; pub use std::eprintln;