about summary refs log tree commit diff
path: root/library/std/src/sys/pal/xous/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/pal/xous/mod.rs')
-rw-r--r--library/std/src/sys/pal/xous/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/pal/xous/mod.rs b/library/std/src/sys/pal/xous/mod.rs
index 7914a255aea..68189bcc2e3 100644
--- a/library/std/src/sys/pal/xous/mod.rs
+++ b/library/std/src/sys/pal/xous/mod.rs
@@ -18,7 +18,6 @@ pub mod process;
 pub mod stdio;
 pub mod thread;
 pub mod thread_local_key;
-pub mod thread_parking;
 pub mod time;
 
 #[path = "../unsupported/common.rs"]