std: remove sys_common::thread

This commit is contained in:
joboet
2024-04-11 18:49:45 +02:00
parent 72fe8a0f00
commit 843cef3035
3 changed files with 22 additions and 24 deletions

View File

@@ -25,7 +25,6 @@ pub mod fs;
pub mod io;
pub mod lazy_box;
pub mod process;
pub mod thread;
pub mod thread_local_dtor;
pub mod thread_parking;
pub mod wstr;