Skip to content

Commit a636989

Browse files
committed
feat: remove spinlock syscalls
Signed-off-by: Martin Kröning <[email protected]>
1 parent 9bbf71b commit a636989

File tree

2 files changed

+0
-141
lines changed

2 files changed

+0
-141
lines changed

src/syscalls/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub use self::processor::*;
1616
#[cfg(feature = "newlib")]
1717
pub use self::recmutex::*;
1818
pub use self::semaphore::*;
19-
pub use self::spinlock::*;
2019
pub use self::system::*;
2120
pub use self::tasks::*;
2221
pub use self::timer::*;
@@ -42,7 +41,6 @@ mod recmutex;
4241
mod semaphore;
4342
#[cfg(all(any(feature = "tcp", feature = "udp"), not(feature = "newlib")))]
4443
pub mod socket;
45-
mod spinlock;
4644
mod system;
4745
#[cfg(feature = "common-os")]
4846
pub(crate) mod table;

src/syscalls/spinlock.rs

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

0 commit comments

Comments
 (0)