From 5c02db6cb953433d3837faed1451b2f804dc81a9 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Sun, 5 Mar 2017 22:57:34 -0700 Subject: Add the rest of std::sync --- ctr-std/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'ctr-std/src/lib.rs') diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index 9024871..12b2ab4 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -65,9 +65,6 @@ extern crate compiler_builtins; extern crate ctr_libc as libc; extern crate ctru_sys as libctru; -// stealing spin's mutex implementation for now -extern crate spin; - // The standard macros that are not built-in to the compiler. #[macro_use] mod macros; -- cgit v1.2.3