Skip to content

Commit cba8507

Browse files
committed
Remove all the unused mutex/rwlock/condvars from sys
1 parent 0bf8528 commit cba8507

22 files changed

+0
-2216
lines changed

src/libstd/sys/cloudabi/condvar.rs

Lines changed: 0 additions & 171 deletions
This file was deleted.

src/libstd/sys/cloudabi/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ pub mod args;
1919
pub mod backtrace;
2020
#[path = "../unix/cmath.rs"]
2121
pub mod cmath;
22-
pub mod condvar;
2322
#[path = "../unix/memchr.rs"]
2423
pub mod memchr;
25-
pub mod mutex;
2624
pub mod os;
2725
#[path = "../unix/os_str.rs"]
2826
pub mod os_str;
29-
pub mod rwlock;
3027
pub mod stack_overflow;
3128
pub mod stdio;
3229
pub mod thread;

src/libstd/sys/cloudabi/mutex.rs

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)